Class DevsLogger


  • public class DevsLogger
    extends Object
    Logger class for the xDEVS framework.
    • Constructor Detail

      • DevsLogger

        public DevsLogger()
    • Method Detail

      • setup

        public static void setup​(String filePath,
                                 Level level)
        Setup the logger with the default file path and level.
        Parameters:
        filePath - the file path to save the log.
        level - the level of the log.
      • setup

        public static void setup​(Level level)
        Setup the logger with the default file path and level.
        Parameters:
        level - the level of the log.
      • setup

        public static void setup()
        Setup the logger with the default file path and level.