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
Classes
ConsoleLogger
ConsoleLoggerManager
Package Index
|
Class Index
Summary:
Inherited Constants
|
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public final class
ConsoleLogger
extends
AbstractLogger
java.lang.Object
↳
org.codehaus.plexus.logging.AbstractLogger
↳
org.codehaus.plexus.logging.console.ConsoleLogger
Summary
[Expand]
Inherited Constants
From interface
org.codehaus.plexus.logging.Logger
int
LEVEL_DEBUG
int
LEVEL_DISABLED
int
LEVEL_ERROR
int
LEVEL_FATAL
int
LEVEL_INFO
int
LEVEL_WARN
Public Constructors
ConsoleLogger
(int threshold,
String
name)
ConsoleLogger
()
Public Methods
void
debug
(
String
message,
Throwable
throwable)
void
error
(
String
message,
Throwable
throwable)
void
fatalError
(
String
message,
Throwable
throwable)
Logger
getChildLogger
(
String
name)
void
info
(
String
message,
Throwable
throwable)
void
warn
(
String
message,
Throwable
throwable)
[Expand]
Inherited Methods
From class
org.codehaus.plexus.logging.AbstractLogger
final void
debug
(
String
message)
final void
error
(
String
message)
final void
fatalError
(
String
message)
final
String
getName
()
final int
getThreshold
()
final void
info
(
String
message)
boolean
isDebugEnabled
()
boolean
isErrorEnabled
()
boolean
isFatalErrorEnabled
()
boolean
isInfoEnabled
()
boolean
isWarnEnabled
()
final void
setThreshold
(int threshold)
final void
warn
(
String
message)
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.Logger
abstract void
debug
(
String
message,
Throwable
throwable)
abstract void
debug
(
String
message)
abstract void
error
(
String
message)
abstract void
error
(
String
message,
Throwable
throwable)
abstract void
fatalError
(
String
message,
Throwable
throwable)
abstract void
fatalError
(
String
message)
abstract
Logger
getChildLogger
(
String
name)
abstract
String
getName
()
abstract int
getThreshold
()
abstract void
info
(
String
message)
abstract void
info
(
String
message,
Throwable
throwable)
abstract boolean
isDebugEnabled
()
abstract boolean
isErrorEnabled
()
abstract boolean
isFatalErrorEnabled
()
abstract boolean
isInfoEnabled
()
abstract boolean
isWarnEnabled
()
abstract void
setThreshold
(int threshold)
abstract void
warn
(
String
message,
Throwable
throwable)
abstract void
warn
(
String
message)
Public Constructors
public
ConsoleLogger
(int threshold,
String
name)
public
ConsoleLogger
()
Public Methods
public void
debug
(
String
message,
Throwable
throwable)
public void
error
(
String
message,
Throwable
throwable)
public void
fatalError
(
String
message,
Throwable
throwable)
public
Logger
getChildLogger
(
String
name)
public void
info
(
String
message,
Throwable
throwable)
public void
warn
(
String
message,
Throwable
throwable)