Package org.jolokia.support.spring.log
Class Slf4jLogHandler
java.lang.Object
org.jolokia.support.spring.log.Slf4jLogHandler
- All Implemented Interfaces:
org.jolokia.server.core.service.api.LogHandler
public class Slf4jLogHandler
extends Object
implements org.jolokia.server.core.service.api.LogHandler
Loghandler using SLF4J
- Since:
- 21.10.13
- Author:
- roland
-
Constructor Summary
ConstructorsConstructorDescriptionSlf4jLogHandler(String pCategory) Constructor for aLogHandlerusing commons SLF4J -
Method Summary
-
Constructor Details
-
Slf4jLogHandler
Constructor for aLogHandlerusing commons SLF4J- Parameters:
pCategory- the logging category. If null, org.jolokia is used as category
-
-
Method Details
-
debug
- Specified by:
debugin interfaceorg.jolokia.server.core.service.api.LogHandler
-
info
- Specified by:
infoin interfaceorg.jolokia.server.core.service.api.LogHandler
-
error
- Specified by:
errorin interfaceorg.jolokia.server.core.service.api.LogHandler
-
isDebug
public boolean isDebug()- Specified by:
isDebugin interfaceorg.jolokia.server.core.service.api.LogHandler
-