Class Tracer


  • public final class Tracer
    extends java.lang.Object
    The Tracer class is responsible for printing Tracer logs.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void addRecord​(Record record)  
      static void closeFile()  
      static java.lang.String createFile()  
      static void initialize​(java.lang.String filePath, java.lang.String filePrefix)  
      static boolean isEnabled()  
      static void setEnabled​(boolean value)  
      static void shutdown()  
      • Methods inherited from class java.lang.Object

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

      • initialize

        public static void initialize​(java.lang.String filePath,
                                      java.lang.String filePrefix)
      • shutdown

        public static void shutdown()
      • isEnabled

        public static boolean isEnabled()
      • setEnabled

        public static void setEnabled​(boolean value)
      • createFile

        public static java.lang.String createFile()
                                           throws java.io.IOException
        Throws:
        java.io.IOException
      • closeFile

        public static void closeFile()
      • addRecord

        public static void addRecord​(Record record)