public class Lj4lLoggerManager extends Object
| Modifier and Type | Method and Description |
|---|---|
static Lj4lLogger |
getLogger(Class<?> clazz)
Get the logger for the name of a given class.
|
static Lj4lLogger |
getLogger(Object obj)
Get the logger for the name of the class of a given object.
|
static Lj4lLogger |
getLogger(String name)
Get the logger for a given name.
|
static void |
setFactory(Lj4lLoggerFactory factory)
Set the implementation of the logger factory.
|
public static final void setFactory(Lj4lLoggerFactory factory)
factory - logger factorypublic static Lj4lLogger getLogger(Object obj)
obj - The objectpublic static Lj4lLogger getLogger(Class<?> clazz)
clazz - The classpublic static Lj4lLogger getLogger(String name)
name - The nameCopyright © 2019. All rights reserved.