void | entering(String mName)- Logs the message that a method is entered.
|
void | entering(String mName, Object pDetails)- Logs the message that a method is entered.
|
void | entering(String mName, Object[] pDetails)- Logs the message that a method is entered.
|
void | error(String mName, String pMsg)- Logs the given message with error level.
|
void | error(String mName, String pMsg, Object pDetails)- Logs the given message with error level.
|
void | error(String mName, String pMsg, Object[] pDetails)- Logs the given message with error level.
|
void | exiting(String mName)- Logs the message that a method is exiting.
|
void | exiting(String mName, Object pDetails)- Logs the message that a method is exiting.
|
void | exiting(String mName, Object[] pDetails)- Logs the message that a method is exiting.
|
void | fine(String mName, String pMsg)- Logs the given message with fine level.
|
void | fine(String mName, String pMsg, Object pDetails)- Logs the given message with fine level.
|
void | fine(String mName, String pMsg, Object[] pDetails)- Logs the given message with fine level.
|
void | finer(String mName, String pMsg)- Logs the given message with finer level.
|
void | finer(String mName, String pMsg, Object pDetails)- Logs the given message with finer level.
|
void | finer(String mName, String pMsg, Object[] pDetails)- Logs the given message with finer level.
|
void | finest(String mName, String pMsg)- Logs the given message with finest level.
|
void | finest(String mName, String pMsg, Object pDetails)- Logs the given message with finest level.
|
void | finest(String mName, String pMsg, Object[] pDetails)- Logs the given message with finest level.
|
void | info(String mName, String pMsg)- Logs the given message with info level.
|
void | info(String mName, String pMsg, Object pDetails)- Logs the given message with info level.
|
void | info(String mName, String pMsg, Object[] pDetails)- Logs the given message with info level.
|
boolean | isErrorEnabled()- Returns whether error logging is enabled.
|
boolean | isFineEnabled()- Returns whether fine logging is enabled.
|
boolean | isFinerEnabled()- Returns whether fine logging is enabled.
|
boolean | isFinestEnabled()- Returns whether finest logging is enabled.
|
boolean | isInfoEnabled()- Returns whether info logging is enabled.
|
boolean | isWarnEnabled()- Returns whether warning logging is enabled.
|
void | throwing(String mName, Throwable t)- Logs the given Throwable.
|
void | warn(String mName, String pMsg)- Logs the given message with warning level.
|
void | warn(String mName, String pMsg, Object pDetails)- Logs the given message with warning level.
|
void | warn(String mName, String pMsg, Object[] pDetails)- Logs the given message with warning level.
|