Modifier and Type | Class | Description |
---|---|---|
class |
Logger |
log4j logging API.
|
Modifier and Type | Method | Description |
---|---|---|
static Category |
Category.getInstance(Class clazz) |
Deprecated.
Replaced by
Logger.getLogger(String) |
static Category |
Category.getInstance(String name) |
Deprecated.
Replaced by
Logger.getLogger(String) |
Category |
Category.getParent() |
Get the parent logger.
|
static Category |
Category.getRoot() |
Deprecated.
Replaced by
Logger.getRootLogger() |
Copyright © 2019. All rights reserved.