|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.marketcetera.util.log.LogUtils
public final class LogUtils
General-purpose utilities.
| Method Summary | |
|---|---|
static String |
getListText(Object... list)
Returns a textual representation of the given object list. |
static String |
getSimpleMessage(I18NBoundMessage message)
Returns a simplified textual representation of the parameterized message. |
static String |
getSimpleMessage(I18NMessage message,
Object... params)
Returns a simplified textual representation of the parameterized message. |
static String |
getSimpleMessage(I18NMessageProvider provider,
I18NMessage message,
Object... params)
Returns a simplified textual representation of the given provider and parameterized message. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String getListText(Object... list)
list - The list.
public static String getSimpleMessage(I18NMessageProvider provider,
I18NMessage message,
Object... params)
provider - The message provider.message - The message.params - The message parameters.
public static String getSimpleMessage(I18NMessage message,
Object... params)
message - The message.params - The message parameters.
public static String getSimpleMessage(I18NBoundMessage message)
message - The message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||