| Modifier and Type | Class and Description |
|---|---|
class |
Logger
log4j logging API.
|
| Modifier and Type | Method and 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 © 2016 PMW Media. All rights reserved.