Package | Description |
---|---|
psdi.webclient.system.beans | |
psdi.webclient.system.controller | |
psdi.webclient.system.serviceability |
Modifier and Type | Field and Description |
---|---|
protected static Category |
DataBean.LOG_CATEGORY |
protected static Category |
AppBean.LOG_CATEGORY |
Modifier and Type | Field and Description |
---|---|
protected static Category |
ControlInstance.LOG_CATEGORY |
static Category |
ComponentInstance.LOG_CATEGORY |
Modifier and Type | Field and Description |
---|---|
Category |
LogEntry.category |
Category |
Category.parent |
static Category |
Category.ROOT |
Modifier and Type | Method and Description |
---|---|
static Category |
Category.byName(java.lang.String categoryName) |
static Category |
Category.get(Category parent,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
Log.clearLevel(Category category) |
static Category |
Category.get(Category parent,
java.lang.String name) |
Level |
Log.getEffectiveLevel(Category category) |
Level |
Log.getLevel(Category category) |
boolean |
Log.isEnabled(Level level,
Category category) |
void |
Log.log(Level level,
Category category,
java.lang.String message) |
void |
Log.log(Level level,
Category category,
java.lang.String message,
java.lang.String detail) |
void |
Log.log(Level level,
Category category,
java.lang.String message,
java.lang.Throwable t) |
void |
Log.log(Level level,
Category category,
java.lang.Throwable t) |
void |
Log.setLevel(Category category,
Level level) |
Constructor and Description |
---|
LogEntry(Level level,
Category category,
java.lang.String message,
java.lang.String detail,
java.lang.Throwable ex,
java.lang.String caughtAt) |