Package | Description |
---|---|
org.apache.log4j |
Logging API of Apache Log4j 1.2 for tinylog 2.
|
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. |
Category |
Category.getParent()
Returns the parent of this category.
|
static Category |
Category.getRoot()
Deprecated.
Please use
Logger.getRootLogger() instead. |
Copyright © 2020. All rights reserved.