| |
|
| java.lang.Object com.versant.core.logging.LogEventStore
LogEventStore | final public class LogEventStore (Code) | | This stores a configurable number of events in a ring buffer and provides
API's to access the buffer.
|
LOG_EVENTS_ALL | final public static String LOG_EVENTS_ALL(Code) | | |
LOG_EVENTS_ERRORS | final public static String LOG_EVENTS_ERRORS(Code) | | |
LOG_EVENTS_NONE | final public static String LOG_EVENTS_NONE(Code) | | |
LOG_EVENTS_NORMAL | final public static String LOG_EVENTS_NORMAL(Code) | | |
LOG_EVENTS_VERBOSE | final public static String LOG_EVENTS_VERBOSE(Code) | | |
LogEventStore | public LogEventStore()(Code) | | |
getEventsLogged | public int getEventsLogged()(Code) | | Get the number of events logged so far.
|
getMaxEvents | public int getMaxEvents()(Code) | | |
getStatusBean | public Object getStatusBean()(Code) | | Return a Serializable Javabean that provides status information on
this component. This may be null if not supported.
|
isConfig | public boolean isConfig()(Code) | | |
isFine | public boolean isFine()(Code) | | |
isFiner | public boolean isFiner()(Code) | | |
isFinest | public boolean isFinest()(Code) | | |
isInfo | public boolean isInfo()(Code) | | |
isLogEventsToSysOut | public boolean isLogEventsToSysOut()(Code) | | |
isSevere | public boolean isSevere()(Code) | | |
isWarning | public boolean isWarning()(Code) | | |
setLogEvents | public void setLogEvents(String logEvents)(Code) | | |
setLogEventsToSysOut | public void setLogEventsToSysOut(boolean logEventsToSysOut)(Code) | | |
setMaxEvents | public synchronized void setMaxEvents(int max)(Code) | | Set the maximum number of events to store in the buffer.
|
|
|
|