Class SynchroGroupReport


  • public class SynchroGroupReport
    extends Object
    • Method Detail

      • getReportName

        public static String getReportName()
      • setReportLevel

        public static void setReportLevel​(Level reportLevel)
        Sets the level from which the messages will be reported. This level doesn't apply on the level of the logs in the report file.
      • getReportLevel

        public static Level getReportLevel()
      • getState

        public static int getState()
        Gets the current state of the report.
        Returns:
        the state of the report.
      • getMessages

        public static String getMessages()
      • startSynchro

        public static void startSynchro()
      • stopSynchro

        public static void stopSynchro()
      • reset

        public static void reset()
      • waitForStart

        public static void waitForStart()
      • debug

        public static void debug​(String classe,
                                 String message)
      • info

        public static void info​(String classe,
                                String message)
      • warn

        public static void warn​(String classe,
                                String message)
      • addMessage

        protected static void addMessage​(Level msgLevel,
                                         String msg)
      • isSynchroActive

        public static boolean isSynchroActive()