| org.mortbay.log.Logger
All known Subclasses: org.mortbay.log.Slf4jLog, org.mortbay.log.StdErrLog,
Logger | public interface Logger (Code) | | Logging Facade
A simple logging facade that is intended simply to capture the style
of logging as used by Jetty.
|
isDebugEnabled | public boolean isDebugEnabled()(Code) | | |
setDebugEnabled | public void setDebugEnabled(boolean enabled)(Code) | | Mutator used to turn debug on programatically.
Implementations operation in which case an appropriate
warning message shall be generated.
|
|
|