|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Logger | |
---|---|
mazz.i18n | |
mazz.i18n.commons | |
mazz.i18n.jdk | |
mazz.i18n.log4j |
Uses of Logger in mazz.i18n |
---|
Methods in mazz.i18n that return Logger | |
---|---|
static Logger |
LoggerFactory.getLogger(java.lang.Class clazz)
Creates a new Logger object using a default resource bundle and the JVM's default locale. |
static Logger |
LoggerFactory.getLogger(java.lang.Class clazz,
java.util.Locale locale)
Creates a new Logger object using a default resource bundle. |
static Logger |
LoggerFactory.getLogger(java.lang.Class clazz,
Msg.BundleBaseName basename)
Creates a new Logger object using the JVM's default locale. |
static Logger |
LoggerFactory.getLogger(java.lang.Class clazz,
Msg.BundleBaseName basename,
java.util.Locale locale)
Creates a new Logger object. |
static Logger |
LoggerFactory.getLogger(java.lang.String name)
Creates a new Logger object using a default resource bundle and the JVM's default locale. |
static Logger |
LoggerFactory.getLogger(java.lang.String name,
java.util.Locale locale)
Creates a new Logger object using a default resource bundle. |
static Logger |
LoggerFactory.getLogger(java.lang.String name,
Msg.BundleBaseName basename)
Creates a new Logger object using the JVM's default locale. |
static Logger |
LoggerFactory.getLogger(java.lang.String name,
Msg.BundleBaseName basename,
java.util.Locale locale)
Creates a new Logger object. |
Uses of Logger in mazz.i18n.commons |
---|
Subclasses of Logger in mazz.i18n.commons | |
---|---|
class |
CommonsLogger
Similar in functionality to the CommonsLogMsg utility class, this provides the ability to log messages
that are retrieved from a resource bundle with the additional capability of being able to set the base bundle
name and locale that this logger will use to log the message. |
Uses of Logger in mazz.i18n.jdk |
---|
Subclasses of Logger in mazz.i18n.jdk | |
---|---|
class |
JDKLogger
Similar in functionality to the JDKLogMsg utility class, this provides the ability to log messages that
are retrieved from a resource bundle with the additional capability of being able to set the base bundle name
and locale that this logger will use to log the message. |
Uses of Logger in mazz.i18n.log4j |
---|
Subclasses of Logger in mazz.i18n.log4j | |
---|---|
class |
Log4jLogger
Similar in functionality to the Log4jLogMsg utility class, this provides the ability to log messages
that are retrieved from a resource bundle with the additional capability of being able to set the base bundle
name and locale that this logger will use to log the message. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |