| Package | Description |
|---|---|
| net.scharlie.lj4l.core.util.logging |
| Modifier and Type | Class and Description |
|---|---|
class |
NullLogger
This class implements a null logger.
|
| Modifier and Type | Field and Description |
|---|---|
static Lj4lLogger |
NullLogger.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
static Lj4lLogger |
Lj4lLoggerManager.getLogger(Class<?> clazz)
Get the logger for the name of a given class.
|
static Lj4lLogger |
Lj4lLoggerManager.getLogger(Object obj)
Get the logger for the name of the class of a given object.
|
Lj4lLogger |
NullLoggerFactory.getLogger(String name) |
static Lj4lLogger |
Lj4lLoggerManager.getLogger(String name)
Get the logger for a given name.
|
Lj4lLogger |
Lj4lLoggerFactory.getLogger(String name)
Get the logger for a given name.
|
Copyright © 2019. All rights reserved.