Uses of Class
de.uni_kiel.rz.fdr.repl.REPLLogEntry
Packages that use REPLLogEntry
-
Uses of REPLLogEntry in de.uni_kiel.rz.fdr.repl
Methods in de.uni_kiel.rz.fdr.repl that return REPLLogEntryModifier and TypeMethodDescriptionLogs a message with log levelDEBUG
to the global REPL log, as well as the job's private persistent log.static REPLLogEntry
Log a new message with log levelDEBUG
to the default log targets.Logs a message with log levelERROR
to the global REPL log, as well as the job's private persistent log.static REPLLogEntry
Log a new message with log levelERROR
to the default log targets.REPLJob.getLastLogEntry()
Returns the latest entry from the job's private log.Logs a message with log levelINFO
to the global REPL log, as well as the job's private persistent log.static REPLLogEntry
Log a new message with log levelINFO
to the default log targets.Logs a message with log levelINFO
to the global REPL log, as well as the job's private persistent log.static REPLLogEntry
Log a new message with log levelINFO
to the default log targets.Logs a message with log levelTRACE
to the global REPL log, as well as the job's private persistent log.static REPLLogEntry
Log a new message with log levelTRACE
to the trace log targets.Logs a message with log levelWARN
to the global REPL log, as well as the job's private persistent log.static REPLLogEntry
Log a new message with log levelWARN
to the default log targets.Methods in de.uni_kiel.rz.fdr.repl that return types with arguments of type REPLLogEntryModifier and TypeMethodDescriptionREPLJob.getJobLog()
Get the job's private log, which contains messages logged withREPLJob.info(Object...)
and similar methods.static List<REPLLogEntry>
REPLLog.getLog()
Gets all log entries from the repl's internal log file (which is rotated when the JVM starts).Methods in de.uni_kiel.rz.fdr.repl with parameters of type REPLLogEntryModifier and TypeMethodDescriptionvoid
REPLJob.log
(REPLLogEntry entry) Logs a given message to the global REPL log, as well as the job's private persistent log.void
REPLJob.log
(REPLLogEntry entry, Set<REPLLog.LOG_TARGETS> targets, PrintStream... streams) Logs a given message to the global REPL log, as well as the job's private persistent log.static void
REPLLog.log
(REPLLogEntry entry) Log a given message to the default log targets.static void
REPLLog.log
(REPLLogEntry entry, Set<REPLLog.LOG_TARGETS> targets, PrintStream... streams) Log a given message.