|
Arch4J 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface wraps the common activities needed for logging. Implementors are then free to use any existing logging facility to actually do the logging.
Method Summary | |
void |
debug(Object message)
Log an object with debug priority. |
void |
debug(String message)
Log a message with debug priority. |
void |
debug(String message,
Throwable thrown)
Log a message with debug priority. |
void |
error(Object message)
Log an object with the error priority. |
void |
error(String message)
Log a message with the error priority. |
void |
error(String message,
Throwable thrown)
Log a message with the error priority. |
String |
getName()
Return the logging category name. |
void |
info(Object message)
Log an object with info priority. |
void |
info(String message)
Log a message with info priority. |
void |
info(String message,
Throwable thrown)
Log a message with info priority. |
void |
warning(Object message)
Log an object with the warning priority. |
void |
warning(String message)
Log a message with the warning priority. |
void |
warning(String message,
Throwable thrown)
Log a message with the warning priority. |
Method Detail |
public void debug(Object message)
public void debug(String message)
public void debug(String message, Throwable thrown)
public void error(Object message)
public void error(String message)
public void error(String message, Throwable thrown)
public void info(Object message)
public void info(String message)
public void info(String message, Throwable thrown)
public void warning(Object message)
public void warning(String message)
public void warning(String message, Throwable thrown)
public String getName()
|
Arch4J 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |