tyrex.util.logging
public class Category extends Object
Version: $Revision: 1.1 $ $Date: 2004/05/06 06:04:41 $
Method Summary | |
---|---|
void | debug(String pMessage) |
void | debug(String pMessage, Throwable pThrowable) |
void | error(String pMessage) |
void | error(String pMessage, Throwable pThrowable) |
static Category | getInstance(String pCategoryName) |
String | getName() |
void | info(String pMessage) |
boolean | isDebugEnabled() |
void | log(Priority pPriority, String pMessage) |
void | setPriority(Priority pPriority) |
void | warn(String pMessage) |