public class EventLog extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
AUDIT_FAILURE |
static int |
AUDIT_SUCCESS |
static int |
ERROR |
static int |
INFORMATION |
static int |
SUCCESS |
static int |
WARNING |
| Constructor and Description |
|---|
EventLog() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
report(String source,
int type,
String msg)
Report an event.
|
public static final int SUCCESS
public static final int ERROR
public static final int WARNING
public static final int INFORMATION
public static final int AUDIT_SUCCESS
public static final int AUDIT_FAILURE
Copyright © 2018. All rights reserved.