Class LogMarker$


  • public class LogMarker$
    extends java.lang.Object
    INTERNAL API
    • Field Summary

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

      Constructors 
      Constructor Description
      LogMarker$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      LogMarker apply​(java.lang.String name)  
      LogMarker create​(java.lang.String name)
      Scala API: Create a new log marker with the given name
      • Methods inherited from class java.lang.Object

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

      • MODULE$

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

      • LogMarker$

        public LogMarker$()
    • Method Detail

      • apply

        public LogMarker apply​(java.lang.String name)
      • create

        public LogMarker create​(java.lang.String name)
        Scala API: Create a new log marker with the given name
        Parameters:
        name - (undocumented)
        Returns:
        (undocumented)