public class SystemOutLogger extends LoggerBase
Modifier and Type | Field and Description |
---|---|
protected static String |
info
The descriptive information about this implementation.
|
container, controller, debug, lifecycle, log, oname, rb, support, verbosity
AFTER_START_EVENT, AFTER_STOP_EVENT, BEFORE_START_EVENT, BEFORE_STOP_EVENT, INIT_EVENT, START_EVENT, STOP_EVENT
Constructor and Description |
---|
SystemOutLogger() |
Modifier and Type | Method and Description |
---|---|
void |
log(String msg)
Writes the specified message to a servlet log file, usually an event
log.
|
addHandler, addLifecycleListener, addPropertyChangeListener, createObjectName, destroy, findLifecycleListeners, getContainer, getController, getDebug, getInfo, getObjectName, getVerbosity, init, log, log, log, log, removeLifecycleListener, removePropertyChangeListener, setContainer, setController, setDebug, setLevel, setVerbosity, setVerbosityLevel, start, stop
protected static final String info
public void log(String msg)
log
in interface Logger
log
in class LoggerBase
msg
- A String
specifying the message to be written
to the log fileCopyright © 2019. All rights reserved.