com.samskivert.util
Class Log4JLogger.Impl
java.lang.Object
com.samskivert.util.Logger
com.samskivert.util.Log4JLogger.Impl
- Enclosing class:
- Log4JLogger
protected static class Log4JLogger.Impl
- extends Logger
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_impl
protected final org.apache.log4j.Logger _impl
_self
protected final String _self
Log4JLogger.Impl
public Log4JLogger.Impl(org.apache.log4j.Logger impl)
debug
public void debug(Object message,
Object... args)
- Description copied from class:
Logger
- Logs a debug message.
- Specified by:
debug in class Logger
- Parameters:
message - the message to be logged.args - a list of key/value pairs and an optional final Throwable.
info
public void info(Object message,
Object... args)
- Description copied from class:
Logger
- Logs an info message.
- Specified by:
info in class Logger
- Parameters:
message - the message to be logged.args - a list of key/value pairs and an optional final Throwable.
warning
public void warning(Object message,
Object... args)
- Description copied from class:
Logger
- Logs a warning message.
- Specified by:
warning in class Logger
- Parameters:
message - the message to be logged.args - a list of key/value pairs and an optional final Throwable.
error
public void error(Object message,
Object... args)
- Description copied from class:
Logger
- Logs an error message.
- Specified by:
error in class Logger
- Parameters:
message - the message to be logged.args - a list of key/value pairs and an optional final Throwable.
Copyright © 2000-2008 Michael Bayne.
All Rights Reserved.