Uses of Class
org.jboss.logging.Logger
-
-
Uses of Logger in org.jboss.logging
Subclasses of Logger in org.jboss.logging Modifier and Type Class Description (package private) class
JBossLogManagerLogger
(package private) class
JDKLogger
(package private) class
Log4j2Logger
(package private) class
Log4jLogger
(package private) class
Slf4jLocationAwareLogger
(package private) class
Slf4jLogger
Fields in org.jboss.logging declared as Logger Modifier and Type Field Description protected Logger
DelegatingBasicLogger. log
The delegate logger.Fields in org.jboss.logging with type parameters of type Logger Modifier and Type Field Description private static org.jboss.logmanager.Logger.AttachmentKey<Logger>
JBossLogManagerProvider. KEY
private static org.jboss.logmanager.Logger.AttachmentKey<java.util.concurrent.ConcurrentMap<java.lang.String,Logger>>
JBossLogManagerProvider. LEGACY_KEY
Methods in org.jboss.logging that return Logger Modifier and Type Method Description private static Logger
JBossLogManagerProvider. doGetLogger(java.lang.String name)
private static Logger
JBossLogManagerProvider. doLegacyGetLogger(java.lang.String name)
Logger
JBossLogManagerProvider. getLogger(java.lang.String name)
Logger
JDKLoggerProvider. getLogger(java.lang.String name)
Logger
Log4jLoggerProvider. getLogger(java.lang.String name)
static Logger
Logger. getLogger(java.lang.Class<?> clazz)
Get a Logger instance given the name of a class.static Logger
Logger. getLogger(java.lang.Class<?> clazz, java.lang.String suffix)
Get a Logger instance given the name of a class with the given suffix.static Logger
Logger. getLogger(java.lang.String name)
Get a Logger instance given the logger name.static Logger
Logger. getLogger(java.lang.String name, java.lang.String suffix)
Get a Logger instance given the logger name with the given suffix.Logger
LoggerProvider. getLogger(java.lang.String name)
Returns a logger which is backed by a logger from the log provider.Logger
Slf4jLoggerProvider. getLogger(java.lang.String name)
Constructors in org.jboss.logging with parameters of type Logger Constructor Description DelegatingBasicLogger(Logger log)
Construct a new instance.
-