Kieker 1.12

org.apache.commons.logging.impl
Class Jdk14LoggerPatched

java.lang.Object
  extended by org.apache.commons.logging.impl.Jdk14Logger
      extended by org.apache.commons.logging.impl.Jdk14LoggerPatched
All Implemented Interfaces:
java.io.Serializable, org.apache.commons.logging.Log

public final class Jdk14LoggerPatched
extends org.apache.commons.logging.impl.Jdk14Logger

Based upon the Apache commons logging class Jdk14Logger Used to determine the correct calling method.

Since:
1.5
Author:
Jan Waller
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.logging.impl.Jdk14Logger
dummyLevel, logger, name
 
Constructor Summary
Jdk14LoggerPatched(java.lang.String name)
          Creates a new instance of this class using the given parameters.
 
Method Summary
 void debug(java.lang.Object message)
           
 void debug(java.lang.Object message, java.lang.Throwable exception)
           
 void error(java.lang.Object message)
           
 void error(java.lang.Object message, java.lang.Throwable exception)
           
static org.apache.commons.logging.Log getLog(java.lang.String name)
           
 void info(java.lang.Object message)
           
 void info(java.lang.Object message, java.lang.Throwable exception)
           
 void warn(java.lang.Object message)
           
 void warn(java.lang.Object message, java.lang.Throwable exception)
           
 
Methods inherited from class org.apache.commons.logging.impl.Jdk14Logger
fatal, fatal, getLogger, isDebugEnabled, isErrorEnabled, isFatalEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabled, log, trace, trace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Jdk14LoggerPatched

public Jdk14LoggerPatched(java.lang.String name)
Creates a new instance of this class using the given parameters.

Parameters:
name - The name of the logger instance.
Method Detail

getLog

public static final org.apache.commons.logging.Log getLog(java.lang.String name)

debug

public final void debug(java.lang.Object message)
Specified by:
debug in interface org.apache.commons.logging.Log
Overrides:
debug in class org.apache.commons.logging.impl.Jdk14Logger

debug

public final void debug(java.lang.Object message,
                        java.lang.Throwable exception)
Specified by:
debug in interface org.apache.commons.logging.Log
Overrides:
debug in class org.apache.commons.logging.impl.Jdk14Logger

info

public final void info(java.lang.Object message)
Specified by:
info in interface org.apache.commons.logging.Log
Overrides:
info in class org.apache.commons.logging.impl.Jdk14Logger

info

public final void info(java.lang.Object message,
                       java.lang.Throwable exception)
Specified by:
info in interface org.apache.commons.logging.Log
Overrides:
info in class org.apache.commons.logging.impl.Jdk14Logger

warn

public final void warn(java.lang.Object message)
Specified by:
warn in interface org.apache.commons.logging.Log
Overrides:
warn in class org.apache.commons.logging.impl.Jdk14Logger

warn

public final void warn(java.lang.Object message,
                       java.lang.Throwable exception)
Specified by:
warn in interface org.apache.commons.logging.Log
Overrides:
warn in class org.apache.commons.logging.impl.Jdk14Logger

error

public final void error(java.lang.Object message)
Specified by:
error in interface org.apache.commons.logging.Log
Overrides:
error in class org.apache.commons.logging.impl.Jdk14Logger

error

public final void error(java.lang.Object message,
                        java.lang.Throwable exception)
Specified by:
error in interface org.apache.commons.logging.Log
Overrides:
error in class org.apache.commons.logging.impl.Jdk14Logger

Kieker 1.12

Copyright 2015 Kieker Project, http://kieker-monitoring.net