CustomLogSink

constructor(level: LogLevel, vararg domains: LogDomain, logSink: LogSink)(source)


constructor(level: LogLevel, domains: Set<LogDomain>, logSink: LogSink)(source)

Initializes a CustomLogSink with the specified log level, log domains, and custom log sink implementation. The default log domain is set to all domains.