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.Log
debug
in class org.apache.commons.logging.impl.Jdk14Logger
public final void debug(java.lang.Object message, java.lang.Throwable exception)
debug
in interface org.apache.commons.logging.Log
debug
in class org.apache.commons.logging.impl.Jdk14Logger
public final void info(java.lang.Object message)
info
in interface org.apache.commons.logging.Log
info
in class org.apache.commons.logging.impl.Jdk14Logger
public final void info(java.lang.Object message, java.lang.Throwable exception)
info
in interface org.apache.commons.logging.Log
info
in class org.apache.commons.logging.impl.Jdk14Logger
public final void warn(java.lang.Object message)
warn
in interface org.apache.commons.logging.Log
warn
in class org.apache.commons.logging.impl.Jdk14Logger
public final void warn(java.lang.Object message, java.lang.Throwable exception)
warn
in interface org.apache.commons.logging.Log
warn
in class org.apache.commons.logging.impl.Jdk14Logger
public final void error(java.lang.Object message)
error
in interface org.apache.commons.logging.Log
error
in class org.apache.commons.logging.impl.Jdk14Logger
public final void error(java.lang.Object message, java.lang.Throwable exception)
error
in interface org.apache.commons.logging.Log
error
in class org.apache.commons.logging.impl.Jdk14Logger
Copyright 2017 Kieker Project, http://kieker-monitoring.net