org.sblim.cimclient.internal.logging
public final class MessageLoader extends Object
Method Summary | |
---|---|
static Level | getLevel(String pKey)
Returns the level of a given message id based on the naming convention.
|
static String | getLocalizedMessage(String pKey)
Returns the localized message for a given key.
|
static String | getMessage(String pKey)
Returns the english message for a given key.
|
CIM<unique 4 digit id><level token>
, e.g.
CIM1234S
. Valid level tokens are S, W, I
and C
for SEVERE, WARNING, INFO
and
CONFIG
respectively.
Parameters: pKey The message id
Returns: The level
Parameters: pKey The key
Returns: The message
Parameters: pKey The key
Returns: The message