|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface IAuditEventInfo.AuditEventLevel
This interface defines valid auditing levels.
| Field Summary | |
|---|---|
static int |
COMPLETE
The int representing the COMPLETE auditing event level. |
static int |
CUSTOM
The int representing the CUSTOM auditing event level. |
static int |
DEFAULT
The int representing the DEFAULT auditing event level. |
static int |
MINIMAL
The int representing the MINIMAL auditing event level. |
static int |
OFF
The int representing the OFF auditing event level. |
| Field Detail |
|---|
static final int CUSTOM
int representing the CUSTOM auditing event level.
This level must be used if individual auditing events are toggled.
static final int OFF
int representing the OFF auditing event level.
No events are collected or stored while this level is used.
static final int MINIMAL
int representing the MINIMAL auditing event level.
Only core events are collected while this level is used. It is intended
for those seeking a compromise in disk space requirements.
static final int DEFAULT
int representing the DEFAULT auditing event level.
This is the level that is active immediately following a standard SAP
BusinessObjects Enterprise installation, and is recommended for most systems.
static final int COMPLETE
int representing the COMPLETE auditing event level.
Every event recognized by the system is collected and stored while
this level is used. Available disk space should be considered before using
this auditing event level.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||