|
Servertec Foundation Classes 1.3.3 09/04/2005 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectstec.sfc.Win32.EventLogType
public final class EventLogType
Event types used by EventLog.log() and returned by EventLogRecord.getEventType().
Field Summary | |
---|---|
static int |
AUDIT_FAILURE
Audit failure event. |
static int |
AUDIT_SUCCESS
Audit success event. |
static int |
ERROR
Error event. |
static int |
INFORMATION
Information event. |
static int |
SUCCESS
Success event. |
static int |
WARNING
Warning event. |
Constructor Summary | |
---|---|
EventLogType()
|
Method Summary | |
---|---|
static java.lang.String |
toString(int event_log_type)
Return string representation of the specified event log type. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int SUCCESS
Set to EVENTLOG_SUCCESS.
public static final int ERROR
Set to EVENTLOG_ERROR_TYPE.
public static final int WARNING
Set to EVENTLOG_WARNING_TYPE.
public static final int INFORMATION
Set to EVENTLOG_INFORMATION_TYPE.
public static final int AUDIT_SUCCESS
Set to EVENTLOG_AUDIT_SUCCESS.
public static final int AUDIT_FAILURE
Set to EVENTLOG_AUDIT_FAILURE.
Constructor Detail |
---|
public EventLogType()
Method Detail |
---|
public static final java.lang.String toString(int event_log_type)
|
Servertec Foundation Classes 1.3.3 09/04/2005 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2001-2005 Servertec. All rights reserved.