LogNotRegisteredException

Exception thrown when attempting to post a log of a type that hasn't been registered with the logger.

This exception is thrown by PureeLogger.postLog when the log type is not found in the registered logs map. To fix this, ensure that the log type is properly registered using the appropriate filter and output configuration methods before posting logs of that type.

Constructors

Link copied to clipboard
constructor()

Properties

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