Uses of Class
mazz.i18n.Msg.BundleBaseName

Packages that use Msg.BundleBaseName
mazz.i18n   
mazz.i18n.ant   
mazz.i18n.commons   
mazz.i18n.exception   
mazz.i18n.jdk   
mazz.i18n.log4j   
 

Uses of Msg.BundleBaseName in mazz.i18n
 

Methods in mazz.i18n that return Msg.BundleBaseName
 Msg.BundleBaseName Logger.getBaseBundleName()
          Returns the base bundle name of the resource bundle that will house this logger's messages.
 Msg.BundleBaseName Msg.getBundleBaseName()
          Returns the base name of the resource bundles to be used when looking for messages.
static Msg.BundleBaseName Msg.getBundleBaseNameDefault()
          Returns the default bundle base name that all instances of this class will use when no basename is provided.
 

Methods in mazz.i18n with parameters of type Msg.BundleBaseName
static Msg Msg.createMsg(Msg.BundleBaseName basename, java.util.Locale locale, java.lang.String key, java.lang.Object... varargs)
          Creates a message object and automatically looks up the given resource bundle message.
static Msg Msg.createMsg(Msg.BundleBaseName basename, java.lang.String key, java.lang.Object... varargs)
          Creates a message object and automatically looks up the given resource bundle message.
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, 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.
static void Msg.setBundleBaseNameDefault(Msg.BundleBaseName newDefault)
          Sets the default bundle base name that all instances of this class will use when no basename is provided.
 

Constructors in mazz.i18n with parameters of type Msg.BundleBaseName
Logger(java.lang.Class clazz, Msg.BundleBaseName basename)
          Creates a new Logger object using the default log locale as determined by LoggerLocale.
Logger(java.lang.Class clazz, Msg.BundleBaseName basename, java.util.Locale locale)
          Creates a new Logger object.
Logger(java.lang.String name, Msg.BundleBaseName basename)
          Creates a new Logger object using the default log locale as determined by LoggerLocale.
Logger(java.lang.String name, Msg.BundleBaseName basename, java.util.Locale locale)
          Creates a new Logger object.
Msg(Msg.BundleBaseName basename)
          Initializes the message repository using the default locale and given resource bundle base name.
Msg(Msg.BundleBaseName basename, java.util.Locale locale)
          Initializes the message repository with the appropriate resource bundle.
 

Uses of Msg.BundleBaseName in mazz.i18n.ant
 

Methods in mazz.i18n.ant with parameters of type Msg.BundleBaseName
 void I18NMessageAntTask.setBundle(Msg.BundleBaseName bundle)
          Sets the base bundle name which identifies the resource bundle where the message can be found.
 

Uses of Msg.BundleBaseName in mazz.i18n.commons
 

Methods in mazz.i18n.commons with parameters of type Msg.BundleBaseName
static Msg CommonsLogMsg.debug(org.apache.commons.logging.Log log, Msg.BundleBaseName basename, java.util.Locale locale, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the debug level.
static Msg CommonsLogMsg.debug(org.apache.commons.logging.Log log, Msg.BundleBaseName basename, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the debug level.
static Msg CommonsLogMsg.debug(org.apache.commons.logging.Log log, java.lang.Throwable throwable, Msg.BundleBaseName basename, java.util.Locale locale, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the debug level.
static Msg CommonsLogMsg.debug(org.apache.commons.logging.Log log, java.lang.Throwable throwable, Msg.BundleBaseName basename, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the debug level.
static Msg CommonsLogMsg.error(org.apache.commons.logging.Log log, Msg.BundleBaseName basename, java.util.Locale locale, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the error level.
static Msg CommonsLogMsg.error(org.apache.commons.logging.Log log, Msg.BundleBaseName basename, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the error level.
static Msg CommonsLogMsg.error(org.apache.commons.logging.Log log, java.lang.Throwable throwable, Msg.BundleBaseName basename, java.util.Locale locale, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the error level.
static Msg CommonsLogMsg.error(org.apache.commons.logging.Log log, java.lang.Throwable throwable, Msg.BundleBaseName basename, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the error level.
static Msg CommonsLogMsg.fatal(org.apache.commons.logging.Log log, Msg.BundleBaseName basename, java.util.Locale locale, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the fatal level.
static Msg CommonsLogMsg.fatal(org.apache.commons.logging.Log log, Msg.BundleBaseName basename, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the fatal level.
static Msg CommonsLogMsg.fatal(org.apache.commons.logging.Log log, java.lang.Throwable throwable, Msg.BundleBaseName basename, java.util.Locale locale, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the fatal level.
static Msg CommonsLogMsg.fatal(org.apache.commons.logging.Log log, java.lang.Throwable throwable, Msg.BundleBaseName basename, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the fatal level.
static Msg CommonsLogMsg.info(org.apache.commons.logging.Log log, Msg.BundleBaseName basename, java.util.Locale locale, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the info level.
static Msg CommonsLogMsg.info(org.apache.commons.logging.Log log, Msg.BundleBaseName basename, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the info level.
static Msg CommonsLogMsg.info(org.apache.commons.logging.Log log, java.lang.Throwable throwable, Msg.BundleBaseName basename, java.util.Locale locale, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the info level.
static Msg CommonsLogMsg.info(org.apache.commons.logging.Log log, java.lang.Throwable throwable, Msg.BundleBaseName basename, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the info level.
static Msg CommonsLogMsg.trace(org.apache.commons.logging.Log log, Msg.BundleBaseName basename, java.util.Locale locale, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the trace level.
static Msg CommonsLogMsg.trace(org.apache.commons.logging.Log log, Msg.BundleBaseName basename, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the trace level.
static Msg CommonsLogMsg.trace(org.apache.commons.logging.Log log, java.lang.Throwable throwable, Msg.BundleBaseName basename, java.util.Locale locale, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the trace level.
static Msg CommonsLogMsg.trace(org.apache.commons.logging.Log log, java.lang.Throwable throwable, Msg.BundleBaseName basename, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the trace level.
static Msg CommonsLogMsg.warn(org.apache.commons.logging.Log log, Msg.BundleBaseName basename, java.util.Locale locale, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the warn level.
static Msg CommonsLogMsg.warn(org.apache.commons.logging.Log log, Msg.BundleBaseName basename, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the warn level.
static Msg CommonsLogMsg.warn(org.apache.commons.logging.Log log, java.lang.Throwable throwable, Msg.BundleBaseName basename, java.util.Locale locale, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the warn level.
static Msg CommonsLogMsg.warn(org.apache.commons.logging.Log log, java.lang.Throwable throwable, Msg.BundleBaseName basename, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the warn level.
 

Constructors in mazz.i18n.commons with parameters of type Msg.BundleBaseName
CommonsLogger(java.lang.Class clazz, Msg.BundleBaseName basename)
           
CommonsLogger(java.lang.Class clazz, Msg.BundleBaseName basename, java.util.Locale locale)
           
CommonsLogger(java.lang.String name, Msg.BundleBaseName basename)
           
CommonsLogger(java.lang.String name, Msg.BundleBaseName basename, java.util.Locale locale)
           
 

Uses of Msg.BundleBaseName in mazz.i18n.exception
 

Constructors in mazz.i18n.exception with parameters of type Msg.BundleBaseName
LocalizedException(Msg.BundleBaseName bundle, java.util.Locale locale, java.lang.String key, java.lang.Object... varargs)
          Constructor for LocalizedException.
LocalizedException(Msg.BundleBaseName bundle, java.lang.String key, java.lang.Object... varargs)
          Constructor for LocalizedException.
LocalizedException(java.lang.Throwable cause, Msg.BundleBaseName bundle, java.util.Locale locale, java.lang.String key, java.lang.Object... varargs)
          Constructor for LocalizedException.
LocalizedException(java.lang.Throwable cause, Msg.BundleBaseName bundle, java.lang.String key, java.lang.Object... varargs)
          Constructor for LocalizedException.
LocalizedRuntimeException(Msg.BundleBaseName bundle, java.util.Locale locale, java.lang.String key, java.lang.Object... varargs)
          Constructor for LocalizedRuntimeException.
LocalizedRuntimeException(Msg.BundleBaseName bundle, java.lang.String key, java.lang.Object... varargs)
          Constructor for LocalizedRuntimeException.
LocalizedRuntimeException(java.lang.Throwable cause, Msg.BundleBaseName bundle, java.util.Locale locale, java.lang.String key, java.lang.Object... varargs)
          Constructor for LocalizedRuntimeException.
LocalizedRuntimeException(java.lang.Throwable cause, Msg.BundleBaseName bundle, java.lang.String key, java.lang.Object... varargs)
          Constructor for LocalizedRuntimeException.
 

Uses of Msg.BundleBaseName in mazz.i18n.jdk
 

Methods in mazz.i18n.jdk with parameters of type Msg.BundleBaseName
static Msg JDKLogMsg.debug(java.util.logging.Logger log, Msg.BundleBaseName basename, java.util.Locale locale, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the debug level.
static Msg JDKLogMsg.debug(java.util.logging.Logger log, Msg.BundleBaseName basename, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the debug level.
static Msg JDKLogMsg.debug(java.util.logging.Logger log, java.lang.Throwable throwable, Msg.BundleBaseName basename, java.util.Locale locale, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the debug level.
static Msg JDKLogMsg.debug(java.util.logging.Logger log, java.lang.Throwable throwable, Msg.BundleBaseName basename, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the debug level.
static Msg JDKLogMsg.error(java.util.logging.Logger log, Msg.BundleBaseName basename, java.util.Locale locale, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the error level.
static Msg JDKLogMsg.error(java.util.logging.Logger log, Msg.BundleBaseName basename, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the error level.
static Msg JDKLogMsg.error(java.util.logging.Logger log, java.lang.Throwable throwable, Msg.BundleBaseName basename, java.util.Locale locale, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the error level.
static Msg JDKLogMsg.error(java.util.logging.Logger log, java.lang.Throwable throwable, Msg.BundleBaseName basename, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the error level.
static Msg JDKLogMsg.fatal(java.util.logging.Logger log, Msg.BundleBaseName basename, java.util.Locale locale, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the fatal level.
static Msg JDKLogMsg.fatal(java.util.logging.Logger log, Msg.BundleBaseName basename, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the fatal level.
static Msg JDKLogMsg.fatal(java.util.logging.Logger log, java.lang.Throwable throwable, Msg.BundleBaseName basename, java.util.Locale locale, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the fatal level.
static Msg JDKLogMsg.fatal(java.util.logging.Logger log, java.lang.Throwable throwable, Msg.BundleBaseName basename, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the fatal level.
static Msg JDKLogMsg.info(java.util.logging.Logger log, Msg.BundleBaseName basename, java.util.Locale locale, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the info level.
static Msg JDKLogMsg.info(java.util.logging.Logger log, Msg.BundleBaseName basename, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the info level.
static Msg JDKLogMsg.info(java.util.logging.Logger log, java.lang.Throwable throwable, Msg.BundleBaseName basename, java.util.Locale locale, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the info level.
static Msg JDKLogMsg.info(java.util.logging.Logger log, java.lang.Throwable throwable, Msg.BundleBaseName basename, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the info level.
static Msg JDKLogMsg.trace(java.util.logging.Logger log, Msg.BundleBaseName basename, java.util.Locale locale, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the trace level.
static Msg JDKLogMsg.trace(java.util.logging.Logger log, Msg.BundleBaseName basename, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the trace level.
static Msg JDKLogMsg.trace(java.util.logging.Logger log, java.lang.Throwable throwable, Msg.BundleBaseName basename, java.util.Locale locale, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the trace level.
static Msg JDKLogMsg.trace(java.util.logging.Logger log, java.lang.Throwable throwable, Msg.BundleBaseName basename, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the trace level.
static Msg JDKLogMsg.warn(java.util.logging.Logger log, Msg.BundleBaseName basename, java.util.Locale locale, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the warn level.
static Msg JDKLogMsg.warn(java.util.logging.Logger log, Msg.BundleBaseName basename, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the warn level.
static Msg JDKLogMsg.warn(java.util.logging.Logger log, java.lang.Throwable throwable, Msg.BundleBaseName basename, java.util.Locale locale, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the warn level.
static Msg JDKLogMsg.warn(java.util.logging.Logger log, java.lang.Throwable throwable, Msg.BundleBaseName basename, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the warn level.
 

Constructors in mazz.i18n.jdk with parameters of type Msg.BundleBaseName
JDKLogger(java.lang.Class clazz, Msg.BundleBaseName basename)
           
JDKLogger(java.lang.Class clazz, Msg.BundleBaseName basename, java.util.Locale locale)
           
JDKLogger(java.lang.String name, Msg.BundleBaseName basename)
           
JDKLogger(java.lang.String name, Msg.BundleBaseName basename, java.util.Locale locale)
           
 

Uses of Msg.BundleBaseName in mazz.i18n.log4j
 

Methods in mazz.i18n.log4j with parameters of type Msg.BundleBaseName
static Msg Log4jLogMsg.debug(org.apache.log4j.Logger log, Msg.BundleBaseName basename, java.util.Locale locale, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the debug level.
static Msg Log4jLogMsg.debug(org.apache.log4j.Logger log, Msg.BundleBaseName basename, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the debug level.
static Msg Log4jLogMsg.debug(org.apache.log4j.Logger log, java.lang.Throwable throwable, Msg.BundleBaseName basename, java.util.Locale locale, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the debug level.
static Msg Log4jLogMsg.debug(org.apache.log4j.Logger log, java.lang.Throwable throwable, Msg.BundleBaseName basename, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the debug level.
static Msg Log4jLogMsg.error(org.apache.log4j.Logger log, Msg.BundleBaseName basename, java.util.Locale locale, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the error level.
static Msg Log4jLogMsg.error(org.apache.log4j.Logger log, Msg.BundleBaseName basename, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the error level.
static Msg Log4jLogMsg.error(org.apache.log4j.Logger log, java.lang.Throwable throwable, Msg.BundleBaseName basename, java.util.Locale locale, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the error level.
static Msg Log4jLogMsg.error(org.apache.log4j.Logger log, java.lang.Throwable throwable, Msg.BundleBaseName basename, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the error level.
static Msg Log4jLogMsg.fatal(org.apache.log4j.Logger log, Msg.BundleBaseName basename, java.util.Locale locale, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the fatal level.
static Msg Log4jLogMsg.fatal(org.apache.log4j.Logger log, Msg.BundleBaseName basename, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the fatal level.
static Msg Log4jLogMsg.fatal(org.apache.log4j.Logger log, java.lang.Throwable throwable, Msg.BundleBaseName basename, java.util.Locale locale, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the fatal level.
static Msg Log4jLogMsg.fatal(org.apache.log4j.Logger log, java.lang.Throwable throwable, Msg.BundleBaseName basename, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the fatal level.
static Msg Log4jLogMsg.info(org.apache.log4j.Logger log, Msg.BundleBaseName basename, java.util.Locale locale, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the info level.
static Msg Log4jLogMsg.info(org.apache.log4j.Logger log, Msg.BundleBaseName basename, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the info level.
static Msg Log4jLogMsg.info(org.apache.log4j.Logger log, java.lang.Throwable throwable, Msg.BundleBaseName basename, java.util.Locale locale, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the info level.
static Msg Log4jLogMsg.info(org.apache.log4j.Logger log, java.lang.Throwable throwable, Msg.BundleBaseName basename, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the info level.
static Msg Log4jLogMsg.trace(org.apache.log4j.Logger log, Msg.BundleBaseName basename, java.util.Locale locale, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the trace level.
static Msg Log4jLogMsg.trace(org.apache.log4j.Logger log, Msg.BundleBaseName basename, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the trace level.
static Msg Log4jLogMsg.trace(org.apache.log4j.Logger log, java.lang.Throwable throwable, Msg.BundleBaseName basename, java.util.Locale locale, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the trace level.
static Msg Log4jLogMsg.trace(org.apache.log4j.Logger log, java.lang.Throwable throwable, Msg.BundleBaseName basename, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the trace level.
static Msg Log4jLogMsg.warn(org.apache.log4j.Logger log, Msg.BundleBaseName basename, java.util.Locale locale, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the warn level.
static Msg Log4jLogMsg.warn(org.apache.log4j.Logger log, Msg.BundleBaseName basename, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the warn level.
static Msg Log4jLogMsg.warn(org.apache.log4j.Logger log, java.lang.Throwable throwable, Msg.BundleBaseName basename, java.util.Locale locale, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the warn level.
static Msg Log4jLogMsg.warn(org.apache.log4j.Logger log, java.lang.Throwable throwable, Msg.BundleBaseName basename, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the warn level.
 

Constructors in mazz.i18n.log4j with parameters of type Msg.BundleBaseName
Log4jLogger(java.lang.Class clazz, Msg.BundleBaseName basename)
           
Log4jLogger(java.lang.Class clazz, Msg.BundleBaseName basename, java.util.Locale locale)
           
Log4jLogger(java.lang.String name, Msg.BundleBaseName basename)
           
Log4jLogger(java.lang.String name, Msg.BundleBaseName basename, java.util.Locale locale)
           
 



Copyright © 2006 John J. Mazzitelli All Rights Reserved. Licensed under LGPL