|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Copyright(value="Copyright © 2008, Iparelan Solutions, LLC. All rights reserved.") public interface Logger
A general logger interface
| Method Summary | |
|---|---|
void |
config(String msg)
Logs a message at the config level. |
void |
config(String msg,
Throwable throwable)
Logs a message at the config level. |
void |
fine(String msg)
Logs a message at the fine level. |
void |
fine(String msg,
Throwable throwable)
Logs a message at the fine level. |
void |
finer(String msg)
Logs a message at the finer level. |
void |
finer(String msg,
Throwable throwable)
Logs a message at the finer level. |
void |
finest(String msg)
Logs a message at the finest level. |
void |
finest(String msg,
Throwable throwable)
Logs a message at the finest level. |
void |
info(String msg)
Logs a message at the info level. |
void |
info(String msg,
Throwable throwable)
Logs a message at the info level. |
boolean |
isLoggableConfig()
Tells whether messages at the config level will be logged. |
boolean |
isLoggableFine()
Tells whether messages at the fine level will be logged. |
boolean |
isLoggableFiner()
Tells whether messages at the finer level will be logged. |
boolean |
isLoggableFinest()
Tells whether messages at the finest level will be logged. |
boolean |
isLoggableInfo()
Tells whether messages at the info level will be logged. |
boolean |
isLoggableSevere()
Tells whether messages at the severe level will be logged. |
boolean |
isLoggableWarning()
Tells whether messages at the warning level will be logged. |
void |
severe(String msg)
Logs a message at the severe level. |
void |
severe(String msg,
Throwable throwable)
Logs a message at the severe level. |
void |
warning(String msg)
Logs a message at the warning level. |
void |
warning(String msg,
Throwable throwable)
Logs a message at the warning level. |
| Method Detail |
|---|
void config(String msg)
msg - The log message. May not be null.
void config(String msg,
Throwable throwable)
msg - The log message. May not be null.throwable - The throwable associated with the log message. May not be null.void fine(String msg)
msg - The log message. May not be null.
void fine(String msg,
Throwable throwable)
msg - The log message. May not be null.throwable - The throwable associated with the log message. May not be null.void finer(String msg)
msg - The log message. May not be null.
void finer(String msg,
Throwable throwable)
msg - The log message. May not be null.throwable - The throwable associated with the log message. May not be null.void finest(String msg)
msg - The log message. May not be null.
void finest(String msg,
Throwable throwable)
msg - The log message. May not be null.throwable - The throwable associated with the log message. May not be null.void info(String msg)
msg - The log message. May not be null.
void info(String msg,
Throwable throwable)
msg - The log message. May not be null.throwable - The throwable associated with the log message. May not be null.void severe(String msg)
msg - The log message. May not be null.
void severe(String msg,
Throwable throwable)
msg - The log message. May not be null.throwable - The throwable associated with the log message. May not be null.void warning(String msg)
msg - The log message. May not be null.
void warning(String msg,
Throwable throwable)
msg - The log message. May not be null.throwable - The throwable associated with the log message. May not be null.boolean isLoggableConfig()
true if messages will be logged at the config level,
otherwise false.boolean isLoggableFine()
true if messages will be logged at the fine level,
otherwise false.boolean isLoggableFiner()
true if messages will be logged at the finer level,
otherwise false.boolean isLoggableFinest()
true if messages will be logged at the finest level,
otherwise false.boolean isLoggableInfo()
true if messages will be logged at the info level,
otherwise false.boolean isLoggableSevere()
true if messages will be logged at the severe level,
otherwise false.boolean isLoggableWarning()
true if messages will be logged at the warning level,
otherwise false.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||