Class ConsoleLogger
java.lang.Object
org.codehaus.plexus.logging.AbstractLogger
org.codehaus.plexus.logging.console.ConsoleLogger
- All Implemented Interfaces:
Logger
Logger sending everything to the standard output streams.
This is mainly for the cases when you have a utility that
does not have a logger to supply.
- Author:
- Avalon Development Team
-
Field Summary
Fields inherited from interface org.codehaus.plexus.logging.Logger
LEVEL_DEBUG, LEVEL_DISABLED, LEVEL_ERROR, LEVEL_FATAL, LEVEL_INFO, LEVEL_WARN
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
fatalError
(String message, Throwable throwable) getChildLogger
(String name) void
void
Methods inherited from class org.codehaus.plexus.logging.AbstractLogger
debug, error, fatalError, getName, getThreshold, info, isDebugEnabled, isErrorEnabled, isFatalErrorEnabled, isInfoEnabled, isValidThreshold, isWarnEnabled, setThreshold, warn
-
Constructor Details
-
ConsoleLogger
-
-
Method Details
-
debug
-
info
-
warn
-
error
-
fatalError
-
getChildLogger
-