Uses of Enum Class
de.uni_kiel.rz.fdr.repl.REPLLog.LOG_TARGETS
Packages that use REPLLog.LOG_TARGETS
-
Uses of REPLLog.LOG_TARGETS in de.uni_kiel.rz.fdr.repl
Fields in de.uni_kiel.rz.fdr.repl with type parameters of type REPLLog.LOG_TARGETSModifier and TypeFieldDescriptionstatic final Set<REPLLog.LOG_TARGETS>
REPLLog.DEFAULT_LOG_TARGETS
The default log targets for your messages: Log4J with a fallback to the standard error output and additionally cau-repl's own log file.static final Set<REPLLog.LOG_TARGETS>
REPLLog.INTERNAL_LOG_TARGETS
The log targets for internal log messages originating from cau-repl itself.Methods in de.uni_kiel.rz.fdr.repl that return REPLLog.LOG_TARGETSModifier and TypeMethodDescriptionstatic REPLLog.LOG_TARGETS
Returns the enum constant of this class with the specified name.static REPLLog.LOG_TARGETS[]
REPLLog.LOG_TARGETS.values()
Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in de.uni_kiel.rz.fdr.repl with type arguments of type REPLLog.LOG_TARGETSModifier and TypeMethodDescriptionvoid
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, Set<REPLLog.LOG_TARGETS> targets, PrintStream... streams) Log a given message.