Class LogOptions$


  • public class LogOptions$
    extends java.lang.Object
    Factories for log options
    • Field Summary

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

      Constructors 
      Constructor Description
      LogOptions$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      LogOptions apply()
      Scala API: Create a new log options with defaults.
      LogOptions create()
      Java API: Create a new log options.
      • Methods inherited from class java.lang.Object

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

      • MODULE$

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

      • LogOptions$

        public LogOptions$()
    • Method Detail

      • apply

        public LogOptions apply()
        Scala API: Create a new log options with defaults.
      • create

        public LogOptions create()
        Java API: Create a new log options.