|
Kieker 1.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Log | |
---|---|
kieker.common.logging | |
kieker.tools.bridge.cli |
Uses of Log in kieker.common.logging |
---|
Classes in kieker.common.logging that implement Log | |
---|---|
class |
LogImplCommonsLogging
This is an actual implementation of the logging interface used by the common logger of the JVM. |
class |
LogImplJDK14
This is an actual implementation of the logging interface used by the JDK 14 logger. |
class |
LogImplJUnit
This is an actual implementation of the logging interface used by the JUnit logger. |
class |
LogImplNone
|
class |
LogImplSLF4JLogging
This is an actual implementation of the logging interface used by SLF4J logger. |
class |
LogImplWebguiLogging
This is a simple logger for the Kieker WebGUI. |
Methods in kieker.common.logging that return Log | |
---|---|
static Log |
LogFactory.getLog(Class<?> clazz)
Delivers the log for the given class or creates a new one if it doesn't exist already. |
static Log |
LogFactory.getLog(String name)
Delivers the log for the given name or creates a new one if it doesn't exist already. |
Uses of Log in kieker.tools.bridge.cli |
---|
Methods in kieker.tools.bridge.cli that return Log | |
---|---|
static Log |
CLIServerMain.getLog()
Return the logger. |
|
Kieker 1.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |