CrtLogger

class CrtLogger(val name: String, val config: Config) : WithCrt, Logger

Constructors

Link copied to clipboard
constructor(name: String, config: Config)

Properties

Link copied to clipboard
val config: Config
Link copied to clipboard

Functions

Link copied to clipboard
open override fun atLevel(level: LogLevel): LogRecordBuilder
Link copied to clipboard
open override fun debug(t: Throwable?, msg: MessageSupplier)
Link copied to clipboard
open override fun error(t: Throwable?, msg: MessageSupplier)
Link copied to clipboard
open override fun info(t: Throwable?, msg: MessageSupplier)
Link copied to clipboard
open override fun isEnabledFor(level: LogLevel): Boolean
Link copied to clipboard
open override fun trace(t: Throwable?, msg: MessageSupplier)
Link copied to clipboard
open override fun warn(t: Throwable?, msg: MessageSupplier)