Package com.clumd.projects.java_common_utils.logging.api
package com.clumd.projects.java_common_utils.logging.api
-
InterfacesClassDescriptionAn Interface to ensure that a custom Log Controller instance is capable of accepting some variables which should included in logs.This interface should be used to indicate that a class implements a method to format itself in a design suitable for logging.Define a custom extended LogLevel which should always extend
Level, but provide some additional fields and functionality.Used as a marker interface for the Formatting of an extended LogLevel