Package | Description |
---|---|
org.apache.log4j |
Modifier and Type | Class and Description |
---|---|
class |
Logger
This is the central class in the log4j package.
|
Modifier and Type | Method and Description |
---|---|
static Category |
Category.getInstance(Class clazz)
Deprecated.
Please make sure to use
Logger.getLogger(Class) instead. |
static Category |
Category.getInstance(String name)
Deprecated.
Make sure to use
Logger.getLogger(String) instead. |
Copyright © 2014. All rights reserved.