Package 

Class Log4j2Logger

  • All Implemented Interfaces:
    tech.codingzen.kdi.logging.Logger

    
    public final class Log4j2Logger
     implements Logger
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit log(Logger.Level level, Function0<String> block)
      Unit log(Logger.Level level, Throwable throwable, Function0<String> block)
      • Methods inherited from class tech.codingzen.kdi_jvm.Log4j2Logger

        error, error, info, info, trace, trace, warn, warn
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Log4j2Logger

        Log4j2Logger(String name, Logger.Level level)
      • Log4j2Logger

        Log4j2Logger(Logger logger, Logger.Level level)