Methods Summary |
---|
public java.lang.String | getLevel()Specifies at what level to record the event occurance in
server log file. Default value is INFO.
|
public boolean | getRecordEvent()Specifies whether the occurance of the event is to be logged
or not. By default this would be true. If no action is
specified, the event would be recorded.
|
public java.lang.String | getType()
|
public void | setLevel(java.lang.String level)
|
public void | setRecordEvent(boolean recordIt)
|
public void | setType(java.lang.String type)Value must be one of the types given by {@link EventTypeValues}.
|