LoggingException

data class LoggingException(msg: String) : Exception

A generic exception thrown when logging can not be performed.

Constructors

Link copied to clipboard
constructor(msg: String)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?

Functions

Link copied to clipboard