-
public class Logger
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumLogger.LevelLogs can be filtered based on their priority
-
Method Summary
Modifier and Type Method Description final static UnitsetLogLevel(Logger.Level level)This method sets the log level, which determines the severity of the message. final static FilegetTraceFile()This method returns the Trace file which includes logging and error messages. -
-
Method Detail
-
setLogLevel
final static Unit setLogLevel(Logger.Level level)
This method sets the log level, which determines the severity of the message.
- Parameters:
level- The Level determining which kind of messages should be logged.
-
getTraceFile
final static File getTraceFile()
This method returns the Trace file which includes logging and error messages.
-
-
-
-