Servertec
Foundation Classes
1.3.3 09/04/2005

stec.sfc.Win32
Class EventLogType

java.lang.Object
  extended by stec.sfc.Win32.EventLogType

public final class EventLogType
extends java.lang.Object

Event types used by EventLog.log() and returned by EventLogRecord.getEventType().

Since:
1.0.0 01/07/2001

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

SUCCESS

public static final int SUCCESS
Success event.

Set to EVENTLOG_SUCCESS.


ERROR

public static final int ERROR
Error event.

Set to EVENTLOG_ERROR_TYPE.


WARNING

public static final int WARNING
Warning event.

Set to EVENTLOG_WARNING_TYPE.


INFORMATION

public static final int INFORMATION
Information event.

Set to EVENTLOG_INFORMATION_TYPE.


AUDIT_SUCCESS

public static final int AUDIT_SUCCESS
Audit success event.

Set to EVENTLOG_AUDIT_SUCCESS.


AUDIT_FAILURE

public static final int AUDIT_FAILURE
Audit failure event.

Set to EVENTLOG_AUDIT_FAILURE.

Constructor Detail

EventLogType

public EventLogType()
Method Detail

toString

public static final java.lang.String toString(int event_log_type)
Return string representation of the specified event log type.

Returns:
the string representation of the specified event log type.
Since:
1.1.0 11/18/2001

Servertec
Foundation Classes
1.3.3 09/04/2005

Copyright © 2001-2005 Servertec. All rights reserved.