Uses of Class
org.jboss.logmanager.Logger
-
Packages that use Logger Package Description org.jboss.logmanager -
-
Uses of Logger in org.jboss.logmanager
Methods in org.jboss.logmanager that return Logger Modifier and Type Method Description LoggerLogContext. getLogger(java.lang.String name)Get a logger with the given name from this logging context.static LoggerLogger. getLogger(java.lang.String name)Static logger factory method which returns a JBoss LogManager logger.static LoggerLogger. getLogger(java.lang.String name, java.lang.String bundleName)Static logger factory method which returns a JBoss LogManager logger.LoggerLogManager. getLogger(java.lang.String name)Get or create a logger with the given name.LoggerLogContext. getLoggerIfExists(java.lang.String name)Get a logger with the given name from this logging context, if a logger node exists at that location.LoggerLogger. getParent()Constructors in org.jboss.logmanager with parameters of type Logger Constructor Description LoggingUncaughtExceptionHandler(Logger log)Create a new instance.
-