Package org.jolokia.support.spring.log
Class CommonsLogHandler
java.lang.Object
org.jolokia.support.spring.log.CommonsLogHandler
- All Implemented Interfaces:
org.jolokia.server.core.service.api.LogHandler
public class CommonsLogHandler
extends Object
implements org.jolokia.server.core.service.api.LogHandler
Log Handler using Commons Logging (which is a dependency of Spring anyways).
- Since:
- 17.10.13
- Author:
- roland
-
Constructor Summary
ConstructorsConstructorDescriptionCommonsLogHandler(String pCategory) Constructor for aLogHandlerusing commons logging -
Method Summary
-
Constructor Details
-
CommonsLogHandler
Constructor for aLogHandlerusing commons logging- 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
-