| java.lang.Object org.mortbay.log.StdErrLog
StdErrLog | public class StdErrLog implements Logger(Code) | | StdErr Logging.
This implementation of the Logging facade sends all logs to StdErr with minimal formatting.
If the system property DEBUG is set, then debug logs are printed if stderr is being used.
|
isDebugEnabled | public boolean isDebugEnabled()(Code) | | |
setDebugEnabled | public void setDebugEnabled(boolean enabled)(Code) | | |
|
|