Uses of Class
mazz.i18n.Msg

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

Uses of Msg in mazz.i18n
 

Methods in mazz.i18n that return Msg
static Msg Msg.createMsg(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.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 Msg Msg.createMsg(java.lang.String key, java.lang.Object... varargs)
          Creates a message object and automatically looks up the given resource bundle message.
abstract  Msg Logger.debug(java.lang.String key, java.lang.Object... varargs)
          Logs the resource bundle message and args.
abstract  Msg Logger.debug(java.lang.Throwable throwable, java.lang.String key, java.lang.Object... varargs)
          Logs the throwable with the resource bundle message and args.
abstract  Msg Logger.error(java.lang.String key, java.lang.Object... varargs)
          Logs the resource bundle message and args.
abstract  Msg Logger.error(java.lang.Throwable throwable, java.lang.String key, java.lang.Object... varargs)
          Logs the throwable with the resource bundle message and args.
abstract  Msg Logger.fatal(java.lang.String key, java.lang.Object... varargs)
          Logs the resource bundle message and args.
abstract  Msg Logger.fatal(java.lang.Throwable throwable, java.lang.String key, java.lang.Object... varargs)
          Logs the throwable with the resource bundle message and args.
 Msg Logger.getMsg(java.lang.String key, java.lang.Object... varargs)
          Returns a localized Msg object whose message is found in this logger's resource bundle in the logger's locale.
abstract  Msg Logger.info(java.lang.String key, java.lang.Object... varargs)
          Logs the resource bundle message and args.
abstract  Msg Logger.info(java.lang.Throwable throwable, java.lang.String key, java.lang.Object... varargs)
          Logs the throwable with the resource bundle message and args.
abstract  Msg Logger.trace(java.lang.String key, java.lang.Object... varargs)
          Logs the resource bundle message and args.
abstract  Msg Logger.trace(java.lang.Throwable throwable, java.lang.String key, java.lang.Object... varargs)
          Logs the throwable with the resource bundle message and args.
abstract  Msg Logger.warn(java.lang.String key, java.lang.Object... varargs)
          Logs the resource bundle message and args.
abstract  Msg Logger.warn(java.lang.Throwable throwable, java.lang.String key, java.lang.Object... varargs)
          Logs the throwable with the resource bundle message and args.
 

Uses of Msg in mazz.i18n.commons
 

Methods in mazz.i18n.commons that return Msg
static Msg CommonsLogMsg.debug(org.apache.commons.logging.Log log, 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.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.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, 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.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.debug(org.apache.commons.logging.Log log, java.lang.Throwable throwable, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the debug level.
 Msg CommonsLogger.debug(java.lang.String key, java.lang.Object... varargs)
          Calls CommonsLogMsg.debug(Log, Msg.BundleBaseName, Locale, String, Object[]) to log the message.
 Msg CommonsLogger.debug(java.lang.Throwable throwable, java.lang.String key, java.lang.Object... varargs)
          Calls CommonsLogMsg.debug(Log, Throwable, Msg.BundleBaseName, Locale, String, Object[]) to log the message.
static Msg CommonsLogMsg.error(org.apache.commons.logging.Log log, 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.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.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, 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.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.error(org.apache.commons.logging.Log log, java.lang.Throwable throwable, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the error level.
 Msg CommonsLogger.error(java.lang.String key, java.lang.Object... varargs)
          Calls CommonsLogMsg.error(Log, Msg.BundleBaseName, Locale, String, Object[]) to log the message.
 Msg CommonsLogger.error(java.lang.Throwable throwable, java.lang.String key, java.lang.Object... varargs)
          Calls CommonsLogMsg.error(Log, Throwable, Msg.BundleBaseName, Locale, String, Object[]) to log the message.
static Msg CommonsLogMsg.fatal(org.apache.commons.logging.Log log, 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.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.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, 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.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.fatal(org.apache.commons.logging.Log log, java.lang.Throwable throwable, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the fatal level.
 Msg CommonsLogger.fatal(java.lang.String key, java.lang.Object... varargs)
          Calls CommonsLogMsg.fatal(Log, Msg.BundleBaseName, Locale, String, Object[]) to log the message.
 Msg CommonsLogger.fatal(java.lang.Throwable throwable, java.lang.String key, java.lang.Object... varargs)
          Calls CommonsLogMsg.fatal(Log, Throwable, Msg.BundleBaseName, Locale, String, Object[]) to log the message.
static Msg CommonsLogMsg.info(org.apache.commons.logging.Log log, 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.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.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, 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.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.info(org.apache.commons.logging.Log log, java.lang.Throwable throwable, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the info level.
 Msg CommonsLogger.info(java.lang.String key, java.lang.Object... varargs)
          Calls CommonsLogMsg.info(Log, Msg.BundleBaseName, Locale, String, Object[]) to log the message.
 Msg CommonsLogger.info(java.lang.Throwable throwable, java.lang.String key, java.lang.Object... varargs)
          Calls CommonsLogMsg.info(Log, Throwable, Msg.BundleBaseName, Locale, String, Object[]) to log the message.
static Msg CommonsLogMsg.trace(org.apache.commons.logging.Log log, 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.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.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, 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.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.trace(org.apache.commons.logging.Log log, java.lang.Throwable throwable, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the trace level.
 Msg CommonsLogger.trace(java.lang.String key, java.lang.Object... varargs)
          Calls CommonsLogMsg.trace(Log, Msg.BundleBaseName, Locale, String, Object[]) to log the message.
 Msg CommonsLogger.trace(java.lang.Throwable throwable, java.lang.String key, java.lang.Object... varargs)
          Calls CommonsLogMsg.trace(Log, Throwable, Msg.BundleBaseName, Locale, String, Object[]) to log the message.
static Msg CommonsLogMsg.warn(org.apache.commons.logging.Log log, 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.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.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, 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.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.
static Msg CommonsLogMsg.warn(org.apache.commons.logging.Log log, java.lang.Throwable throwable, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the warn level.
 Msg CommonsLogger.warn(java.lang.String key, java.lang.Object... varargs)
          Calls CommonsLogMsg.warn(Log, Msg.BundleBaseName, Locale, String, Object[]) to log the message.
 Msg CommonsLogger.warn(java.lang.Throwable throwable, java.lang.String key, java.lang.Object... varargs)
          Calls CommonsLogMsg.warn(Log, Throwable, Msg.BundleBaseName, Locale, String, Object[]) to log the message.
 

Uses of Msg in mazz.i18n.exception
 

Constructors in mazz.i18n.exception with parameters of type Msg
LocalizedException(Msg msg)
          Constructor for LocalizedException that explicitly takes the localized message.
LocalizedException(java.lang.Throwable cause, Msg msg)
          Constructor for LocalizedException that explicitly takes the localized message.
LocalizedRuntimeException(Msg msg)
          Constructor for LocalizedRuntimeException that explicitly takes the localized message.
LocalizedRuntimeException(java.lang.Throwable cause, Msg msg)
          Constructor for LocalizedRuntimeException that explicitly takes the localized message.
 

Uses of Msg in mazz.i18n.jdk
 

Methods in mazz.i18n.jdk that return Msg
static Msg JDKLogMsg.debug(java.util.logging.Logger log, 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.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.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, 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.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.debug(java.util.logging.Logger log, java.lang.Throwable throwable, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the debug level.
 Msg JDKLogger.debug(java.lang.String key, java.lang.Object... varargs)
          Calls JDKLogMsg.debug(Logger, Msg.BundleBaseName, Locale, String, Object[]) to log the message.
 Msg JDKLogger.debug(java.lang.Throwable throwable, java.lang.String key, java.lang.Object... varargs)
          Calls JDKLogMsg.debug(Logger, Throwable, Msg.BundleBaseName, Locale, String, Object[]) to log the message.
static Msg JDKLogMsg.error(java.util.logging.Logger log, 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.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.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, 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.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.error(java.util.logging.Logger log, java.lang.Throwable throwable, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the error level.
 Msg JDKLogger.error(java.lang.String key, java.lang.Object... varargs)
          Calls JDKLogMsg.error(Logger, Msg.BundleBaseName, Locale, String, Object[]) to log the message.
 Msg JDKLogger.error(java.lang.Throwable throwable, java.lang.String key, java.lang.Object... varargs)
          Calls JDKLogMsg.error(Logger, Throwable, Msg.BundleBaseName, Locale, String, Object[]) to log the message.
static Msg JDKLogMsg.fatal(java.util.logging.Logger log, 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.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.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, 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.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.fatal(java.util.logging.Logger log, java.lang.Throwable throwable, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the fatal level.
 Msg JDKLogger.fatal(java.lang.String key, java.lang.Object... varargs)
          Calls JDKLogMsg.fatal(Logger, Msg.BundleBaseName, Locale, String, Object[]) to log the message.
 Msg JDKLogger.fatal(java.lang.Throwable throwable, java.lang.String key, java.lang.Object... varargs)
          Calls JDKLogMsg.fatal(Logger, Throwable, Msg.BundleBaseName, Locale, String, Object[]) to log the message.
static Msg JDKLogMsg.info(java.util.logging.Logger log, 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.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.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, 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.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.info(java.util.logging.Logger log, java.lang.Throwable throwable, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the info level.
 Msg JDKLogger.info(java.lang.String key, java.lang.Object... varargs)
          Calls JDKLogMsg.info(Logger, Msg.BundleBaseName, Locale, String, Object[]) to log the message.
 Msg JDKLogger.info(java.lang.Throwable throwable, java.lang.String key, java.lang.Object... varargs)
          Calls JDKLogMsg.info(Logger, Throwable, Msg.BundleBaseName, Locale, String, Object[]) to log the message.
static Msg JDKLogMsg.trace(java.util.logging.Logger log, 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.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.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, 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.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.trace(java.util.logging.Logger log, java.lang.Throwable throwable, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the trace level.
 Msg JDKLogger.trace(java.lang.String key, java.lang.Object... varargs)
          Calls JDKLogMsg.trace(Logger, Msg.BundleBaseName, Locale, String, Object[]) to log the message.
 Msg JDKLogger.trace(java.lang.Throwable throwable, java.lang.String key, java.lang.Object... varargs)
          Calls JDKLogMsg.trace(Logger, Throwable, Msg.BundleBaseName, Locale, String, Object[]) to log the message.
static Msg JDKLogMsg.warn(java.util.logging.Logger log, 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.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.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, 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.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.
static Msg JDKLogMsg.warn(java.util.logging.Logger log, java.lang.Throwable throwable, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the warn level.
 Msg JDKLogger.warn(java.lang.String key, java.lang.Object... varargs)
          Calls JDKLogMsg.warn(Logger, Msg.BundleBaseName, Locale, String, Object[]) to log the message.
 Msg JDKLogger.warn(java.lang.Throwable throwable, java.lang.String key, java.lang.Object... varargs)
          Calls JDKLogMsg.warn(Logger, Throwable, Msg.BundleBaseName, Locale, String, Object[]) to log the message.
 

Uses of Msg in mazz.i18n.log4j
 

Methods in mazz.i18n.log4j that return Msg
static Msg Log4jLogMsg.debug(org.apache.log4j.Logger log, 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.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.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, 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.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.debug(org.apache.log4j.Logger log, java.lang.Throwable throwable, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the debug level.
 Msg Log4jLogger.debug(java.lang.String key, java.lang.Object... varargs)
          Calls Log4jLogMsg.debug(org.apache.log4j.Logger, Msg.BundleBaseName, Locale, String, Object[]) to log the message.
 Msg Log4jLogger.debug(java.lang.Throwable throwable, java.lang.String key, java.lang.Object... varargs)
          Calls Log4jLogMsg.debug(org.apache.log4j.Logger, Throwable, Msg.BundleBaseName, Locale, String, Object[]) to log the message.
static Msg Log4jLogMsg.error(org.apache.log4j.Logger log, 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.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.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, 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.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.error(org.apache.log4j.Logger log, java.lang.Throwable throwable, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the error level.
 Msg Log4jLogger.error(java.lang.String key, java.lang.Object... varargs)
          Calls Log4jLogMsg.error(org.apache.log4j.Logger, Msg.BundleBaseName, Locale, String, Object[]) to log the message.
 Msg Log4jLogger.error(java.lang.Throwable throwable, java.lang.String key, java.lang.Object... varargs)
          Calls Log4jLogMsg.error(org.apache.log4j.Logger, Throwable, Msg.BundleBaseName, Locale, String, Object[]) to log the message.
static Msg Log4jLogMsg.fatal(org.apache.log4j.Logger log, 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.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.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, 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.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.fatal(org.apache.log4j.Logger log, java.lang.Throwable throwable, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the fatal level.
 Msg Log4jLogger.fatal(java.lang.String key, java.lang.Object... varargs)
          Calls Log4jLogMsg.fatal(org.apache.log4j.Logger, Msg.BundleBaseName, Locale, String, Object[]) to log the message.
 Msg Log4jLogger.fatal(java.lang.Throwable throwable, java.lang.String key, java.lang.Object... varargs)
          Calls Log4jLogMsg.fatal(org.apache.log4j.Logger, Throwable, Msg.BundleBaseName, Locale, String, Object[]) to log the message.
static Msg Log4jLogMsg.info(org.apache.log4j.Logger log, 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.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.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, 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.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.info(org.apache.log4j.Logger log, java.lang.Throwable throwable, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the info level.
 Msg Log4jLogger.info(java.lang.String key, java.lang.Object... varargs)
          Calls Log4jLogMsg.info(org.apache.log4j.Logger, Msg.BundleBaseName, Locale, String, Object[]) to log the message.
 Msg Log4jLogger.info(java.lang.Throwable throwable, java.lang.String key, java.lang.Object... varargs)
          Calls Log4jLogMsg.info(org.apache.log4j.Logger, Throwable, Msg.BundleBaseName, Locale, String, Object[]) to log the message.
static Msg Log4jLogMsg.trace(org.apache.log4j.Logger log, 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.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.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, 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.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.trace(org.apache.log4j.Logger log, java.lang.Throwable throwable, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the trace level.
 Msg Log4jLogger.trace(java.lang.String key, java.lang.Object... varargs)
          Calls Log4jLogMsg.trace(org.apache.log4j.Logger, Msg.BundleBaseName, Locale, String, Object[]) to log the message.
 Msg Log4jLogger.trace(java.lang.Throwable throwable, java.lang.String key, java.lang.Object... varargs)
          Calls Log4jLogMsg.trace(org.apache.log4j.Logger, Throwable, Msg.BundleBaseName, Locale, String, Object[]) to log the message.
static Msg Log4jLogMsg.warn(org.apache.log4j.Logger log, 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.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.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, 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.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.
static Msg Log4jLogMsg.warn(org.apache.log4j.Logger log, java.lang.Throwable throwable, java.lang.String key, java.lang.Object... varargs)
          Logs the given message to the log at the warn level.
 Msg Log4jLogger.warn(java.lang.String key, java.lang.Object... varargs)
          Calls Log4jLogMsg.warn(org.apache.log4j.Logger, Msg.BundleBaseName, Locale, String, Object[]) to log the message.
 Msg Log4jLogger.warn(java.lang.Throwable throwable, java.lang.String key, java.lang.Object... varargs)
          Calls Log4jLogMsg.warn(org.apache.log4j.Logger, Throwable, Msg.BundleBaseName, Locale, String, Object[]) to log the message.
 



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