Uses of Class
org.jboss.logmanager.Logger
-
Packages that use Logger Package Description org.jboss.logmanager org.jboss.logmanager.config -
-
Uses of Logger in org.jboss.logmanager
Fields in org.jboss.logmanager declared as Logger Modifier and Type Field Description private Logger
LoggingUncaughtExceptionHandler. log
private static Logger
LogService. log
private static Logger
LogService. rootLogger
Methods in org.jboss.logmanager that return Logger Modifier and Type Method Description (package private) Logger
LoggerNode. createLogger()
Logger
LogContext. getLogger(java.lang.String name)
Get a logger with the given name from this logging context.static Logger
Logger. getLogger(java.lang.String name)
Static logger factory method which returns a JBoss LogManager logger.static Logger
Logger. getLogger(java.lang.String name, java.lang.String bundleName)
Static logger factory method which returns a JBoss LogManager logger.Logger
LogManager. getLogger(java.lang.String name)
Get or create a logger with the given name.Logger
LogContext. getLoggerIfExists(java.lang.String name)
Get a logger with the given name from this logging context, if a logger node exists at that location.Logger
Logger. getParent()
Constructors in org.jboss.logmanager with parameters of type Logger Constructor Description LoggingUncaughtExceptionHandler(Logger log)
Create a new instance. -
Uses of Logger in org.jboss.logmanager.config
Fields in org.jboss.logmanager.config with type parameters of type Logger Modifier and Type Field Description private java.util.Map<java.lang.String,Logger>
LogContextConfigurationImpl. loggerRefs
Methods in org.jboss.logmanager.config that return types with arguments of type Logger Modifier and Type Method Description (package private) java.util.Map<java.lang.String,Logger>
LogContextConfigurationImpl. getLoggerRefs()
-