|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kieker.common.logging.LogFactory
public final class LogFactory
This factory class should be used to get new logger instances. It initializes the logging system based on the available classes.
Field Summary | |
---|---|
static String |
CUSTOM_LOGGER_JVM
This constant should point to the fully qualified class name of the custom JVM logger. |
Method Summary | |
---|---|
static Log |
getLog(Class<?> clazz)
Delivers the log for the given class or creates a new one if it doesn't exist already. |
static Log |
getLog(String name)
Delivers the log for the given name or creates a new one if it doesn't exist already. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String CUSTOM_LOGGER_JVM
Method Detail |
---|
public static final Log getLog(Class<?> clazz)
clazz
- The corresponding class.
public static final Log getLog(String name)
name
- The corresponding name.
|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |