Logger
JVM implementation of a cross-platform Elide elide.runtime.Logger which wraps an org.slf4j.Logger.
Functions
Log one or more arbitrary messages to the console or log, at the level of LogLevel.DEBUG.
Log the message produced by the provided producer, at the level of LogLevel.DEBUG, assuming debug-level logging is currently enabled.
Log one or more arbitrary messages to the console or log, at the level of LogLevel.ERROR.
Log the message produced by the provided producer, at the level of LogLevel.ERROR, assuming error-level logging is currently enabled.
Log one or more arbitrary messages to the console or log, at the level of LogLevel.INFO.
Log the message produced by the provided producer, at the level of LogLevel.INFO, assuming info-level logging is currently enabled.
Log one or more arbitrary messages to the console or log, at the level of LogLevel.TRACE.
Log the message produced by the provided producer, at the level of LogLevel.TRACE, assuming trace-level logging is currently enabled.
Log one or more arbitrary messages to the console or log, at the level of LogLevel.WARN.
Log the message produced by the provided producer, at the level of LogLevel.WARN, assuming warn-level logging is currently enabled.
Log one or more arbitrary messages to the console or log, at the level of LogLevel.WARN.
Log the message produced by the provided producer, at the level of LogLevel.WARN, assuming warn-level logging is currently enabled.