|
Arch4J 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.arch4j.logging.FailsafeLoggingCategory
This class wraps the categorization of log messages within a simple, failsafe logging facility.
Constructor Summary | |
FailsafeLoggingCategory(String name)
Creates a new FailsafeLoggingCategory instance,
defining a logging category for the given name . |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FailsafeLoggingCategory(String name)
FailsafeLoggingCategory
instance,
defining a logging category for the given name
.
name
- The name of the logging category.Method Detail |
public void debug(Object message)
LoggingCategory
debug
in interface LoggingCategory
public void debug(String message)
LoggingCategory
debug
in interface LoggingCategory
public void debug(String message, Throwable thrown)
LoggingCategory
debug
in interface LoggingCategory
public void error(Object message)
LoggingCategory
error
in interface LoggingCategory
public void error(String message)
LoggingCategory
error
in interface LoggingCategory
public void error(String message, Throwable thrown)
LoggingCategory
error
in interface LoggingCategory
public void info(Object message)
LoggingCategory
info
in interface LoggingCategory
public void info(String message)
LoggingCategory
info
in interface LoggingCategory
public void info(String message, Throwable thrown)
LoggingCategory
info
in interface LoggingCategory
public void warning(Object message)
LoggingCategory
warning
in interface LoggingCategory
public void warning(String message)
LoggingCategory
warning
in interface LoggingCategory
public void warning(String message, Throwable thrown)
LoggingCategory
warning
in interface LoggingCategory
public String getName()
LoggingCategory
getName
in interface LoggingCategory
|
Arch4J 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |