gov.nasa.worldwind.util
| ||||||||||||||||||||||||||||||||||||||||||||||
| Method Summary | |
|---|---|
static String |
getMessage(String property)
Retrieves a message from the World Wind message resource bundle. |
static String |
getMessage(String property,
Object... args)
Retrieves a message from the World Wind message resource bundle formatted with specified arguments. |
static String |
getMessage(String property,
String arg)
Retrieves a message from the World Wind message resource bundle formatted with a single argument. |
static Logger |
logger()
Returns the World Wind logger. |
static Logger |
logger(String loggerName)
Returns a specific logger. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String getMessage(String property)
property - the property identifying which message to retrieve.
public static String getMessage(String property, Object... args)
MessageFormat.
property - the property identifying which message to retrieve.args - the arguments referenced by the format string identified property.
MessageFormatpublic static String getMessage(String property, String arg)
MessageFormat.
property - the property identifying which message to retrieve.arg - the single argument referenced by the format string identified property.
MessageFormatpublic static Logger logger()
public static Logger logger(String loggerName)
Configuration to determine the configured
World Wind logger.
This is needed by Configuration to avoid calls back into itself when its singleton
instance is not yet instantiated.
loggerName - the name of the logger to use.
|
NASA World Wind | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||