LoggerPort

interface LoggerPort

A Logger is used to log messages for a specific system or application component.

Inheritors

Functions

Link copied to clipboard
abstract fun log(level: LoggingLevel, message: () -> Any?)

Log a message.

abstract fun <E : Throwable> log(level: LoggingLevel, exception: E, message: (E) -> Any?)

Log a message, with associated exception information.