SkippedLogException

Exception thrown when a log is skipped due to a filter returning null.

This exception is used internally by PureeLogger to signal that a log should be skipped and not sent to any outputs. This typically happens when a filter decides that a log should not be processed further based on its content or other criteria.

Constructors

Link copied to clipboard
constructor()

Properties

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