All Classes and Interfaces

Class
Description
 
 
An Interface to ensure that a custom Log Controller instance is capable of accepting some variables which should included in logs.
 
 
This class is a very basic extension of the built-in JUL Logger, but with an expansive selection of 'log' methods for all the combinations of operations the average user might require.
Basically directly copied from org.slf4j.simple.SimpleLoggerFactory but for my ExtendedLoggers
Basically directly copied from org.slf4j.simple.SimpleServiceProvider but for my ExtendedLoggers
An extended LogRecord which also supports the notion of 'tagging' log messages.
A SLF4J compatible logger, with pass-through to existing ExtendedLogger methods.
 
Simple Formatting Utility class to describe basic transformations you could do to a Console Log String.
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
This class is a de-facto root for all Extended Logging functionality.