|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use I18n | |
|---|---|
| org.modeshape.jdbc | |
| org.modeshape.jdbc.util | |
| Uses of I18n in org.modeshape.jdbc |
|---|
| Uses of I18n in org.modeshape.jdbc.util |
|---|
| Methods in org.modeshape.jdbc.util with parameters of type I18n | |
|---|---|
void |
Logger.error(I18n message,
Object... params)
Log a message at the ERROR level according to the specified format and (optional) parameters. |
void |
Logger.error(Throwable t,
I18n message,
Object... params)
Log an exception (throwable) at the ERROR level with an accompanying message. |
void |
Logger.info(I18n message,
Object... params)
Log a message at the INFO level according to the specified format and (optional) parameters. |
void |
Logger.info(Throwable t,
I18n message,
Object... params)
Log an exception (throwable) at the INFO level with an accompanying message. |
void |
Logger.log(Logger.Level level,
I18n message,
Object... params)
Log a message at the suplied level according to the specified format and (optional) parameters. |
void |
Logger.log(Logger.Level level,
Throwable t,
I18n message,
Object... params)
Log an exception (throwable) at the supplied level with an accompanying message. |
void |
Logger.warn(I18n message,
Object... params)
Log a message at the WARNING level according to the specified format and (optional) parameters. |
void |
Logger.warn(Throwable t,
I18n message,
Object... params)
Log an exception (throwable) at the WARNING level with an accompanying message. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||