LoggingException

An exception that may be thrown by certain logging features. Within SLF4D, documentation will be provided to declare whenever a function may throw this exception.

class LoggingException : Exception {}

Constructors

this
this(string msg, Throwable next)

Constructs this exception with a message and throwable cause.

this
this(string msg)

Constructs this exception with a message.