Class StdOutLogger
java.lang.Object
com.aspectran.utils.logging.stdout.StdOutLogger
- All Implemented Interfaces:
Logger
A
Logger
that logs directly to the standard output stream (System.out)
or standard error output stream (System.err) depending on the log level.-
Constructor Details
-
StdOutLogger
-
-
Method Details
-
isDebugEnabled
public boolean isDebugEnabled()- Specified by:
isDebugEnabled
in interfaceLogger
-
isTraceEnabled
public boolean isTraceEnabled()- Specified by:
isTraceEnabled
in interfaceLogger
-
error
-
error
-
debug
-
debug
-
info
-
trace
-
warn
-
warn
-