Uses of Enum Class
de.uni_kiel.rz.fdr.repl.REPLLogEntry.LOG_LEVEL
Packages that use REPLLogEntry.LOG_LEVEL
-
Uses of REPLLogEntry.LOG_LEVEL in de.uni_kiel.rz.fdr.repl
Methods in de.uni_kiel.rz.fdr.repl that return REPLLogEntry.LOG_LEVELModifier and TypeMethodDescriptionREPLLogEntry.getLevel()
Get the log level of the message.static REPLLogEntry.LOG_LEVEL
Returns the enum constant of this class with the specified name.static REPLLogEntry.LOG_LEVEL[]
REPLLogEntry.LOG_LEVEL.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in de.uni_kiel.rz.fdr.repl with parameters of type REPLLogEntry.LOG_LEVELModifierConstructorDescriptionREPLLogEntry
(REPLLogEntry.LOG_LEVEL level, Object... messages) Create a new log entry with the timestamp set to now.REPLLogEntry
(Instant timestamp, REPLLogEntry.LOG_LEVEL level, Object... messages) Create a new log entry.