Uses of Class
org.marketcetera.util.log.I18NMessage

Packages that use I18NMessage
org.marketcetera.util.l10n Message localization tools. 
org.marketcetera.util.log Multi-tiered logging and internationalization (i18n) framework. 
 

Uses of I18NMessage in org.marketcetera.util.l10n
 

Methods in org.marketcetera.util.l10n that return I18NMessage
 I18NMessage I18NMessageInfo.getMessage()
          Returns the receiver's internationalized message.
 

Methods in org.marketcetera.util.l10n with parameters of type I18NMessage
protected  void ContainerClassInfo.addMessage(I18NMessage message)
          Adds the given message to the receiver's meta-information.
 

Constructors in org.marketcetera.util.l10n with parameters of type I18NMessage
I18NMessageInfo(String key, int paramCount, I18NMessage message)
          Creates a new meta-information holder with the given message key, parameter count, and internationalized message.
 

Uses of I18NMessage in org.marketcetera.util.log
 

Classes in org.marketcetera.util.log with type parameters of type I18NMessage
 class I18NBoundMessageBase<T extends I18NMessage>
          A bound message implementation, representing the combination of an I18NMessage and its parameters, if any.
 

Subclasses of I18NMessage in org.marketcetera.util.log
 class I18NMessage0P
          An internationalized message, requiring exactly zero parameters.
 class I18NMessage1P
          An internationalized message, requiring exactly one parameter.
 class I18NMessage2P
          An internationalized message, requiring exactly two parameters.
 class I18NMessage3P
          An internationalized message, requiring exactly three parameters.
 class I18NMessage4P
          An internationalized message, requiring exactly four parameters.
 class I18NMessage5P
          An internationalized message, requiring exactly five parameters.
 class I18NMessage6P
          An internationalized message, requiring exactly six parameters.
 class I18NMessageNP
          An internationalized message, accepting an arbitrary number of parameters.
 

Methods in org.marketcetera.util.log that return I18NMessage
 I18NMessage I18NBoundMessage.getMessage()
          Returns the receiver's message.
 

Methods in org.marketcetera.util.log with parameters of type I18NMessage
 void I18NLoggerProxy.debug(Object category, I18NMessage message, Object... params)
          Logs the given parameterized message under the given logging category at the debugging level.
 void I18NLoggerProxy.debug(Object category, Throwable throwable, I18NMessage message, Object... params)
          Logs the given parameterized message and throwable under the given logging category at the debugging level.
 void I18NLoggerProxy.error(Object category, I18NMessage message, Object... params)
          Logs the given parameterized message under the given logging category at the error level.
 void I18NLoggerProxy.error(Object category, Throwable throwable, I18NMessage message, Object... params)
          Logs the given parameterized message and throwable under the given logging category at the error level.
static String LogUtils.getSimpleMessage(I18NMessage message, Object... params)
          Returns a simplified textual representation of the parameterized message.
static String LogUtils.getSimpleMessage(I18NMessageProvider provider, I18NMessage message, Object... params)
          Returns a simplified textual representation of the given provider and parameterized message.
 String I18NMessageProvider.getText(I18NMessage message, Object... params)
          Returns the text of the given message in the active locale per ActiveLocale.
 String I18NMessageProvider.getText(Locale locale, I18NMessage message, Object... params)
          Returns the text of the given message in the given locale, using the receiver's map.
 void I18NLoggerProxy.info(Object category, I18NMessage message, Object... params)
          Logs the given parameterized message under the given logging category at the informational level.
 void I18NLoggerProxy.info(Object category, Throwable throwable, I18NMessage message, Object... params)
          Logs the given parameterized message and throwable under the given logging category at the informational level.
 void I18NLoggerProxy.trace(Object category, I18NMessage message, Object... params)
          Logs the given parameterized message under the given logging category at the tracing level.
 void I18NLoggerProxy.trace(Object category, Throwable throwable, I18NMessage message, Object... params)
          Logs the given parameterized message and throwable under the given logging category at the tracing level.
 void I18NLoggerProxy.warn(Object category, I18NMessage message, Object... params)
          Logs the given parameterized message under the given logging category at the warning level.
 void I18NLoggerProxy.warn(Object category, Throwable throwable, I18NMessage message, Object... params)
          Logs the given parameterized message and throwable under the given logging category at the warning level.
 



Copyright © 2012. All Rights Reserved.