Package xdevs.core.util
Class DevsLogger
- java.lang.Object
-
- xdevs.core.util.DevsLogger
-
public class DevsLogger extends Object
Logger class for the xDEVS framework.
-
-
Constructor Summary
Constructors Constructor Description DevsLogger()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidsetup()Setup the logger with the default file path and level.static voidsetup(String filePath, Level level)Setup the logger with the default file path and level.static voidsetup(Level level)Setup the logger with the default file path and level.
-
-
-
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.
-
-