Class ChicoryLogger
java.lang.Object
org.wildfly.extension.wasm.injection.ChicoryLogger
- All Implemented Interfaces:
com.dylibso.chicory.log.Logger
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.dylibso.chicory.log.Logger
com.dylibso.chicory.log.Logger.Level -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisLoggable(com.dylibso.chicory.log.Logger.Level level) voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.dylibso.chicory.log.Logger
debug, debug, debug, debugf, error, error, error, errorf, info, info, info, infof, trace, trace, trace, tracef, warn, warn, warn, warnf
-
Constructor Details
-
ChicoryLogger
public ChicoryLogger()
-
-
Method Details
-
log
- Specified by:
login interfacecom.dylibso.chicory.log.Logger
-
isLoggable
public boolean isLoggable(com.dylibso.chicory.log.Logger.Level level) - Specified by:
isLoggablein interfacecom.dylibso.chicory.log.Logger
-