Class DriverLogging


  • class DriverLogging
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static boolean isEnabled  
      private static java.time.format.DateTimeFormatter timestampFormat  
    • Constructor Summary

      Constructors 
      Constructor Description
      DriverLogging()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static void logWithTimestamp​(java.lang.String message)  
      • Methods inherited from class java.lang.Object

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

      • isEnabled

        private static final boolean isEnabled
      • timestampFormat

        private static final java.time.format.DateTimeFormatter timestampFormat
    • Constructor Detail

      • DriverLogging

        DriverLogging()
    • Method Detail

      • logWithTimestamp

        static void logWithTimestamp​(java.lang.String message)