Package | Description |
---|---|
psdi.webclient.system.controller | |
psdi.webclient.system.serviceability |
Modifier and Type | Field and Description |
---|---|
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 |
---|---|
java.util.Collection<Category> |
Category.subCategories() |
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) |