| Package | Description |
|---|---|
| org.apache.log4j |
Logging API of Apache Log4j 1.2 for tinylog 2.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
Logger |
This is the central class in the log4j package.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Category |
Category.getInstance(java.lang.Class clazz) |
Deprecated.
Please make sure to use
Logger.getLogger(Class) instead. |
static Category |
Category.getInstance(java.lang.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 © 2022. All rights reserved.