com.taggercat
Class LoggerMessages

java.lang.Object
  extended by com.taggercat.LoggerMessages

public class LoggerMessages
extends java.lang.Object

This class is used to load some logger messages. Messages loaded by the loggers are always from a single resource bundle ( non-internationalized ). Logger messages that don't include string concatenation are simply included as static text strings within the source code. Otherwise, the message is usually included in the LoggerMessages resource bundle, and read with this class.

 

Method Summary
static java.lang.String getString(java.lang.String key)
           
static java.lang.String getString(java.lang.String key, java.lang.Object[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getString

public static java.lang.String getString(java.lang.String key)

getString

public static java.lang.String getString(java.lang.String key,
                                         java.lang.Object[] args)
                                  throws java.util.MissingResourceException
Throws:
java.util.MissingResourceException