public interface LoggerBindingNames
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JBOSS_LOGGING
The LoggerFactory with this name binds to an implementation
that forwards all log output to JBoss logging.
|
static java.lang.String |
JCL
The LoggerFactory with this name binds to an implementation
that forwards all log output to Apache Jakarta Commons Logging.
|
static java.lang.String |
JUL
The LoggerFactory with this name binds to an implementation
that forwards all log output to JDK's built-in java.util.logging (JUL).
|
static java.lang.String |
LOG4J
The LoggerFactory with this name binds to an implementation
that forwards all log output to Apache Logging for Java.
|
static java.lang.String |
LOG4J2
The LoggerFactory with this name binds to an implementation
that forwards all log output to Apache Logging for Java.
|
static java.lang.String |
LOGBACK
The LoggerFactory with this name binds to an implementation
that forwards all log output to JBoss logging.
|
static java.lang.String |
NIL
The LoggerFactory with this name binds to an implementation
that absorbs all log messages.
|
static java.lang.String |
PROP_BINDING_NAME
This is the name of a system property that might be used to set the
logging factory binding name.
|
static java.lang.String |
SLF4J
The LoggerFactory with this name binds to an implementation
that forwards all log output to Simple Logging Facade for Java.
|
static java.lang.String |
STDOUT
The LoggerFactory with this name binds to an implementation
that prints all log messages to stdout.
|
static final java.lang.String PROP_BINDING_NAME
static final java.lang.String NIL
static final java.lang.String STDOUT
static final java.lang.String JUL
static final java.lang.String JCL
static final java.lang.String SLF4J
static final java.lang.String LOG4J
static final java.lang.String LOG4J2
static final java.lang.String JBOSS_LOGGING
static final java.lang.String LOGBACK