Uses of Interface
org.codehaus.plexus.logging.Logger
-
Packages that use Logger Package Description org.codehaus.plexus org.codehaus.plexus.component.collections org.codehaus.plexus.component.manager org.codehaus.plexus.logging org.codehaus.plexus.logging.console -
-
Uses of Logger in org.codehaus.plexus
Methods in org.codehaus.plexus that return Logger Modifier and Type Method Description Logger
DefaultPlexusContainer. getLogger()
Logger
MutablePlexusContainer. getLogger()
-
Uses of Logger in org.codehaus.plexus.component.collections
Fields in org.codehaus.plexus.component.collections declared as Logger Modifier and Type Field Description protected Logger
AbstractComponentCollection. logger
Used to log errors in the component lookup process. -
Uses of Logger in org.codehaus.plexus.component.manager
Methods in org.codehaus.plexus.component.manager that return Logger Modifier and Type Method Description Logger
AbstractComponentManager. getLogger()
-
Uses of Logger in org.codehaus.plexus.logging
Classes in org.codehaus.plexus.logging that implement Logger Modifier and Type Class Description class
AbstractLogger
Methods in org.codehaus.plexus.logging that return Logger Modifier and Type Method Description protected abstract Logger
BaseLoggerManager. createLogger(String key)
Logger
Logger. getChildLogger(String name)
protected Logger
AbstractLogEnabled. getLogger()
Logger
AbstractLoggerManager. getLoggerForComponent(String role)
Logger
BaseLoggerManager. getLoggerForComponent(String role, String roleHint)
Logger
LoggerManager. getLoggerForComponent(String role)
Logger
LoggerManager. getLoggerForComponent(String role, String roleHint)
Methods in org.codehaus.plexus.logging with parameters of type Logger Modifier and Type Method Description void
AbstractLogEnabled. enableLogging(Logger logger)
void
LogEnabled. enableLogging(Logger logger)
protected void
AbstractLogEnabled. setupLogger(Object component, Logger logger)
-
Uses of Logger in org.codehaus.plexus.logging.console
Classes in org.codehaus.plexus.logging.console that implement Logger Modifier and Type Class Description class
ConsoleLogger
Logger sending everything to the standard output streams.Methods in org.codehaus.plexus.logging.console that return Logger Modifier and Type Method Description Logger
ConsoleLoggerManager. createLogger(int threshold, String name)
Logger
ConsoleLogger. getChildLogger(String name)
Logger
ConsoleLoggerManager. getLoggerForComponent(String role, String roleHint)
-