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 LoggerDefaultPlexusContainer. getLogger()LoggerMutablePlexusContainer. 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 LoggerAbstractComponentCollection. loggerUsed 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 LoggerAbstractComponentManager. getLogger() -
Uses of Logger in org.codehaus.plexus.logging
Classes in org.codehaus.plexus.logging that implement Logger Modifier and Type Class Description classAbstractLoggerMethods in org.codehaus.plexus.logging that return Logger Modifier and Type Method Description protected abstract LoggerBaseLoggerManager. createLogger(String key)LoggerLogger. getChildLogger(String name)protected LoggerAbstractLogEnabled. getLogger()LoggerAbstractLoggerManager. getLoggerForComponent(String role)LoggerBaseLoggerManager. getLoggerForComponent(String role, String roleHint)LoggerLoggerManager. getLoggerForComponent(String role)LoggerLoggerManager. getLoggerForComponent(String role, String roleHint)Methods in org.codehaus.plexus.logging with parameters of type Logger Modifier and Type Method Description voidAbstractLogEnabled. enableLogging(Logger logger)voidLogEnabled. enableLogging(Logger logger)protected voidAbstractLogEnabled. 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 classConsoleLoggerLogger sending everything to the standard output streams.Methods in org.codehaus.plexus.logging.console that return Logger Modifier and Type Method Description LoggerConsoleLoggerManager. createLogger(int threshold, String name)LoggerConsoleLogger. getChildLogger(String name)LoggerConsoleLoggerManager. getLoggerForComponent(String role, String roleHint)
-