All Classes and Interfaces
Class
Description
Abstract logger implementation
Basic Logger Factory for default implementation
Basic Marker for default implementation
Basic Marker Factory for Marker Factory interface default implementation
A Logger implementation class for registration caller.
Default Service Provider registration
A Event Constants class like environment class
GLF Service Provider interface.
ILoggerFactory instances manufacture Logger instances by name.Implementations of this interface are used to manufacture
Marker instances.Abstract logger for ignore isXXXEnable(Marker)
Logger Level
Level.TRACE a lot of data
Level.DEBUG
Level.INFO
Level.WARN
Level.ERROR
Level.FATAL little data
Logger sub-interface for extended service with FQCN (Fully Qualified Caller Name)
The org.seppiko.glf.api.Logger interface is the main user entry point of GLF API.
Logger event builder
The
LoggerFactory is a utility class producing Loggers for various logging APIs.One of the primary purpose of a logging framework is to provide the means to generate debugging
and diagnostic information only when it is needed, and to allow filtering of that information so
that it does not overwhelm the system or the individuals who need to make use of it.
MarkerFactory is a utility class producing
Marker instances as appropriate for the
logging system currently in use.