org.boris.winrun4j
Class EventLog
java.lang.Object
org.boris.winrun4j.EventLog
- public class EventLog
- extends java.lang.Object
A mechanism for adding events.
Method Summary |
static boolean |
report(java.lang.String source,
int type,
java.lang.String msg)
Report an event. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SUCCESS
public static final int SUCCESS
- See Also:
- Constant Field Values
ERROR
public static final int ERROR
- See Also:
- Constant Field Values
WARNING
public static final int WARNING
- See Also:
- Constant Field Values
INFORMATION
public static final int INFORMATION
- See Also:
- Constant Field Values
AUDIT_SUCCESS
public static final int AUDIT_SUCCESS
- See Also:
- Constant Field Values
AUDIT_FAILURE
public static final int AUDIT_FAILURE
- See Also:
- Constant Field Values
EventLog
public EventLog()
report
public static boolean report(java.lang.String source,
int type,
java.lang.String msg)
- Report an event.
- Returns:
- boolean.