com.samskivert.util
Class JDK14Logger.Impl

java.lang.Object
  extended by com.samskivert.util.Logger
      extended by com.samskivert.util.JDK14Logger.Impl
Enclosing class:
JDK14Logger

protected static class JDK14Logger.Impl
extends Logger


Nested Class Summary
 
Nested classes/interfaces inherited from class com.samskivert.util.Logger
Logger.Factory
 
Field Summary
protected  Logger _impl
           
 
Fields inherited from class com.samskivert.util.Logger
_factory
 
Constructor Summary
JDK14Logger.Impl(Logger impl)
           
 
Method Summary
 void debug(Object message, Object... args)
          Logs a debug message.
 void error(Object message, Object... args)
          Logs an error message.
 void info(Object message, Object... args)
          Logs an info message.
 void warning(Object message, Object... args)
          Logs a warning message.
 
Methods inherited from class com.samskivert.util.Logger
createConfiguredFactory, format, getException, getLogger, getLogger, initLogger, setFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_impl

protected Logger _impl
Constructor Detail

JDK14Logger.Impl

public JDK14Logger.Impl(Logger impl)
Method Detail

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.