public final class Jdk14LoggerPatched
extends org.apache.commons.logging.impl.Jdk14Logger
| Constructor and Description |
|---|
Jdk14LoggerPatched(java.lang.String name)
Creates a new instance of this class using the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
public Jdk14LoggerPatched(java.lang.String name)
name - The name of the logger instance.public static final org.apache.commons.logging.Log getLog(java.lang.String name)
public final void debug(java.lang.Object message)
debug in interface org.apache.commons.logging.Logdebug in class org.apache.commons.logging.impl.Jdk14Loggerpublic final void debug(java.lang.Object message,
java.lang.Throwable exception)
debug in interface org.apache.commons.logging.Logdebug in class org.apache.commons.logging.impl.Jdk14Loggerpublic final void info(java.lang.Object message)
info in interface org.apache.commons.logging.Loginfo in class org.apache.commons.logging.impl.Jdk14Loggerpublic final void info(java.lang.Object message,
java.lang.Throwable exception)
info in interface org.apache.commons.logging.Loginfo in class org.apache.commons.logging.impl.Jdk14Loggerpublic final void warn(java.lang.Object message)
warn in interface org.apache.commons.logging.Logwarn in class org.apache.commons.logging.impl.Jdk14Loggerpublic final void warn(java.lang.Object message,
java.lang.Throwable exception)
warn in interface org.apache.commons.logging.Logwarn in class org.apache.commons.logging.impl.Jdk14Loggerpublic final void error(java.lang.Object message)
error in interface org.apache.commons.logging.Logerror in class org.apache.commons.logging.impl.Jdk14Loggerpublic final void error(java.lang.Object message,
java.lang.Throwable exception)
error in interface org.apache.commons.logging.Logerror in class org.apache.commons.logging.impl.Jdk14LoggerCopyright 2017 Kieker Project, http://kieker-monitoring.net