|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.marketcetera.util.log.I18NLoggerProxy
public class I18NLoggerProxy
A logger which supports internationalized messages.
| Constructor Summary | |
|---|---|
I18NLoggerProxy(I18NMessageProvider messageProvider)
Creates a new logger which uses the given message provider to map messages onto text. |
|
| Method Summary | |
|---|---|
void |
debug(Object category,
I18NMessage message,
Object... params)
Logs the given parameterized message under the given logging category at the debugging level. |
void |
debug(Object category,
Throwable throwable)
Logs the given throwable under the given logging category at the debugging level. |
void |
debug(Object category,
Throwable throwable,
I18NMessage message,
Object... params)
Logs the given parameterized message and throwable under the given logging category at the debugging level. |
boolean |
equals(Object other)
|
void |
error(Object category,
I18NMessage message,
Object... params)
Logs the given parameterized message under the given logging category at the error level. |
void |
error(Object category,
Throwable throwable)
Logs the given throwable under the given logging category at the error level. |
void |
error(Object category,
Throwable throwable,
I18NMessage message,
Object... params)
Logs the given parameterized message and throwable under the given logging category at the error level. |
I18NMessageProvider |
getMessageProvider()
Returns the receiver's message provider. |
int |
hashCode()
|
void |
info(Object category,
I18NMessage message,
Object... params)
Logs the given parameterized message under the given logging category at the informational level. |
void |
info(Object category,
Throwable throwable)
Logs the given throwable under the given logging category at the informational level. |
void |
info(Object category,
Throwable throwable,
I18NMessage message,
Object... params)
Logs the given parameterized message and throwable under the given logging category at the informational level. |
void |
trace(Object category,
I18NMessage message,
Object... params)
Logs the given parameterized message under the given logging category at the tracing level. |
void |
trace(Object category,
Throwable throwable)
Logs the given throwable under the given logging category at the tracing level. |
void |
trace(Object category,
Throwable throwable,
I18NMessage message,
Object... params)
Logs the given parameterized message and throwable under the given logging category at the tracing level. |
void |
warn(Object category,
I18NMessage message,
Object... params)
Logs the given parameterized message under the given logging category at the warning level. |
void |
warn(Object category,
Throwable throwable)
Logs the given throwable under the given logging category at the warning level. |
void |
warn(Object category,
Throwable throwable,
I18NMessage message,
Object... params)
Logs the given parameterized message and throwable under the given logging category at the warning level. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public I18NLoggerProxy(I18NMessageProvider messageProvider)
messageProvider - The message provider.| Method Detail |
|---|
public I18NMessageProvider getMessageProvider()
public void error(Object category,
Throwable throwable)
category - The category.throwable - The throwable.
public void error(Object category,
Throwable throwable,
I18NMessage message,
Object... params)
category - The category.throwable - The throwable.message - The message.params - The message parameters.
public void error(Object category,
I18NMessage message,
Object... params)
category - The category.message - The message.params - The message parameters.
public void warn(Object category,
Throwable throwable)
category - The category.throwable - The throwable.
public void warn(Object category,
Throwable throwable,
I18NMessage message,
Object... params)
category - The category.throwable - The throwable.message - The message.params - The message parameters.
public void warn(Object category,
I18NMessage message,
Object... params)
category - The category.message - The message.params - The message parameters.
public void info(Object category,
Throwable throwable)
category - The category.throwable - The throwable.
public void info(Object category,
Throwable throwable,
I18NMessage message,
Object... params)
category - The category.throwable - The throwable.message - The message.params - The message parameters.
public void info(Object category,
I18NMessage message,
Object... params)
category - The category.message - The message.params - The message parameters.
public void debug(Object category,
Throwable throwable)
category - The category.throwable - The throwable.
public void debug(Object category,
Throwable throwable,
I18NMessage message,
Object... params)
category - The category.throwable - The throwable.message - The message.params - The message parameters.
public void debug(Object category,
I18NMessage message,
Object... params)
category - The category.message - The message.params - The message parameters.
public void trace(Object category,
Throwable throwable)
category - The category.throwable - The throwable.
public void trace(Object category,
Throwable throwable,
I18NMessage message,
Object... params)
category - The category.throwable - The throwable.message - The message.params - The message parameters.
public void trace(Object category,
I18NMessage message,
Object... params)
category - The category.message - The message.params - The message parameters.public int hashCode()
hashCode in class Objectpublic boolean equals(Object other)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||