Class LogEntry


  • public class LogEntry
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static LogEntry from​(ch.qos.logback.classic.spi.ILoggingEvent event)  
      static LogEntry of​(LogLevel level, java.lang.String source, java.lang.String message)  
      • Methods inherited from class java.lang.Object

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

      • from

        public static LogEntry from​(ch.qos.logback.classic.spi.ILoggingEvent event)
      • of

        public static LogEntry of​(LogLevel level,
                                  java.lang.String source,
                                  java.lang.String message)