Class LogEntry$


  • public class LogEntry$
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static LogEntry$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      LogEntry$()  
    • Field Detail

      • MODULE$

        public static final LogEntry$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • LogEntry$

        public LogEntry$()
    • Method Detail

      • create

        public LogEntry create​(java.lang.Object obj,
                               akka.event.Logging.LogLevel level)
      • debug

        public LogEntry debug​(java.lang.Object obj)
      • info

        public LogEntry info​(java.lang.Object obj)
      • warning

        public LogEntry warning​(java.lang.Object obj)
      • error

        public LogEntry error​(java.lang.Object obj)