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
|
Protected Methods
|
Inherited Methods
|
[Expand All]
public abstract class
BaseLoggerManager
extends
AbstractLoggerManager
implements
Initializable
java.lang.Object
↳
org.codehaus.plexus.logging.AbstractLoggerManager
↳
org.codehaus.plexus.logging.BaseLoggerManager
Summary
[Expand]
Inherited Fields
From interface
org.codehaus.plexus.logging.LoggerManager
public static final
String
ROLE
Public Constructors
BaseLoggerManager
()
Public Methods
synchronized final int
getActiveLoggerCount
()
synchronized final
Logger
getLoggerForComponent
(
String
role,
String
hint)
final int
getThreshold
()
final void
initialize
()
final static int
parseThreshold
(
String
text)
synchronized final void
returnComponentLogger
(
String
role,
String
hint)
final void
setThreshold
(int currentThreshold)
synchronized final void
setThresholds
(int currentThreshold)
Protected Methods
abstract
Logger
createLogger
(
String
name)
[Expand]
Inherited Methods
From class
org.codehaus.plexus.logging.AbstractLoggerManager
final
Logger
getLoggerForComponent
(
String
role)
final void
returnComponentLogger
(
String
role)
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)
From interface
org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable
abstract void
initialize
()
Public Constructors
public
BaseLoggerManager
()
Public Methods
public final synchronized int
getActiveLoggerCount
()
public final synchronized
Logger
getLoggerForComponent
(
String
role,
String
hint)
public final int
getThreshold
()
public final void
initialize
()
public static final int
parseThreshold
(
String
text)
public final synchronized void
returnComponentLogger
(
String
role,
String
hint)
public final void
setThreshold
(int currentThreshold)
public final synchronized void
setThresholds
(int currentThreshold)
Protected Methods
protected abstract
Logger
createLogger
(
String
name)