org.eclipse.sisu.plexus
Package Index
|
Class Index
org.codehaus.plexus
org.codehaus.plexus.component
org.codehaus.plexus.component.composition
org.codehaus.plexus.component.configurator
org.codehaus.plexus.component.configurator.converters
org.codehaus.plexus.component.configurator.converters.basic
org.codehaus.plexus.component.configurator.converters.composite
org.codehaus.plexus.component.configurator.converters.lookup
org.codehaus.plexus.component.configurator.converters.special
org.codehaus.plexus.component.configurator.expression
org.codehaus.plexus.component.factory
org.codehaus.plexus.component.repository
org.codehaus.plexus.component.repository.exception
org.codehaus.plexus.configuration
org.codehaus.plexus.configuration.xml
org.codehaus.plexus.context
org.codehaus.plexus.logging
org.codehaus.plexus.logging.console
org.codehaus.plexus.personality.plexus.lifecycle.phase
org.eclipse.sisu.plexus
Interfaces
LogEnabled
Logger
LoggerManager
Classes
AbstractLogEnabled
AbstractLogger
AbstractLoggerManager
BaseLoggerManager
Package Index
|
Class Index
Summary:
Inherited Fields
|
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public abstract class
AbstractLoggerManager
extends
Object
implements
LoggerManager
java.lang.Object
↳
org.codehaus.plexus.logging.AbstractLoggerManager
Known Direct Subclasses
BaseLoggerManager
,
ConsoleLoggerManager
BaseLoggerManager
ConsoleLoggerManager
Summary
[Expand]
Inherited Fields
From interface
org.codehaus.plexus.logging.LoggerManager
public static final
String
ROLE
Public Constructors
AbstractLoggerManager
()
Public Methods
final
Logger
getLoggerForComponent
(
String
role)
final void
returnComponentLogger
(
String
role)
[Expand]
Inherited Methods
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
From interface
org.codehaus.plexus.logging.LoggerManager
abstract int
getActiveLoggerCount
()
abstract
Logger
getLoggerForComponent
(
String
role)
abstract
Logger
getLoggerForComponent
(
String
role,
String
hint)
abstract int
getThreshold
()
abstract void
returnComponentLogger
(
String
role,
String
hint)
abstract void
returnComponentLogger
(
String
role)
abstract void
setThreshold
(int threshold)
abstract void
setThresholds
(int threshold)
Public Constructors
public
AbstractLoggerManager
()
Public Methods
public final
Logger
getLoggerForComponent
(
String
role)
public final void
returnComponentLogger
(
String
role)