public final class LogFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CUSTOM_LOGGER_JVM
This constant should point to the fully qualified class name of the custom JVM logger.
|
Modifier and Type | Method and Description |
---|---|
static Log |
getLog(java.lang.Class<?> clazz)
Delivers the log for the given class or creates a new one if it doesn't exist already.
|
static Log |
getLog(java.lang.String name)
Delivers the log for the given name or creates a new one if it doesn't exist already.
|
public static final java.lang.String CUSTOM_LOGGER_JVM
public static final Log getLog(java.lang.Class<?> clazz)
clazz
- The corresponding class.public static final Log getLog(java.lang.String name)
name
- The corresponding name.Copyright 2017 Kieker Project, http://kieker-monitoring.net