Class ChicoryLogger

java.lang.Object
org.wildfly.extension.wasm.injection.ChicoryLogger
All Implemented Interfaces:
com.dylibso.chicory.log.Logger

public class ChicoryLogger extends Object implements 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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isLoggable(com.dylibso.chicory.log.Logger.Level level)
     
    void
    log(com.dylibso.chicory.log.Logger.Level level, String msg, Throwable throwable)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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

      public void log(com.dylibso.chicory.log.Logger.Level level, String msg, Throwable throwable)
      Specified by:
      log in interface com.dylibso.chicory.log.Logger
    • isLoggable

      public boolean isLoggable(com.dylibso.chicory.log.Logger.Level level)
      Specified by:
      isLoggable in interface com.dylibso.chicory.log.Logger