| Modifier and Type | Method and Description |
|---|---|
static LocalizedString |
LocalizedString.valueOf(String s) |
LocalizedString |
LocalizationSupport.x(String msg,
Object... args) |
LocalizedString |
LocalizationSupport.xNoID(String msg,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
void |
Logger.info(LocalizedString message)
See
org.apache.log4j.Category#info |
void |
Logger.info(LocalizedString message,
Throwable t)
See
org.apache.log4j.Category#info |
void |
Logger.severe(LocalizedString message)
See
org.apache.log4j.Category#error |
void |
Logger.severe(LocalizedString message,
Throwable t)
See
org.apache.log4j.Category#error |
void |
Logger.warn(LocalizedString message)
See
org.apache.log4j.Category#warn |
void |
Logger.warn(LocalizedString message,
Throwable t)
See
org.apache.log4j.Category#warn |
Copyright © 2011-2015 OpenESB Community. All Rights Reserved.