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 levelDEBUGto the global REPL log, as well as the job's private persistent log.static REPLLogEntryLog a new message with log levelDEBUGto the default log targets.Logs a message with log levelERRORto the global REPL log, as well as the job's private persistent log.static REPLLogEntryLog a new message with log levelERRORto the default log targets.REPLJob.getLastLogEntry()Returns the latest entry from the job's private log.Logs a message with log levelINFOto the global REPL log, as well as the job's private persistent log.static REPLLogEntryLog a new message with log levelINFOto the default log targets.Logs a message with log levelINFOto the global REPL log, as well as the job's private persistent log.static REPLLogEntryLog a new message with log levelINFOto the default log targets.Logs a message with log levelTRACEto the global REPL log, as well as the job's private persistent log.static REPLLogEntryLog a new message with log levelTRACEto the trace log targets.Logs a message with log levelWARNto the global REPL log, as well as the job's private persistent log.static REPLLogEntryLog a new message with log levelWARNto 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 TypeMethodDescriptionvoidREPLJob.log(REPLLogEntry entry) Logs a given message to the global REPL log, as well as the job's private persistent log.voidREPLJob.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 voidREPLLog.log(REPLLogEntry entry) Log a given message to the default log targets.static voidREPLLog.log(REPLLogEntry entry, Set<REPLLog.LOG_TARGETS> targets, PrintStream... streams) Log a given message.