Uses of Class
org.jboss.logging.Logger
-
-
Uses of Logger in org.jboss.logging
Fields in org.jboss.logging declared as Logger Modifier and Type Field Description protected Logger
DelegatingBasicLogger. log
The delegate logger.Methods in org.jboss.logging that return Logger Modifier and Type Method Description 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.Constructors in org.jboss.logging with parameters of type Logger Constructor Description DelegatingBasicLogger(Logger log)
Construct a new instance.
-