Module glf.api
Package org.seppiko.glf.api
package org.seppiko.glf.api
GLF API
-
ClassDescriptionA Event Constants class like environment class
ILoggerFactoryinstances manufactureLoggerinstances by name.Implementations of this interface are used to manufactureMarkerinstances.Logger LevelLevel.TRACEa lot of dataLevel.DEBUGLevel.INFOLevel.WARNLevel.ERRORLevel.FATALlittle dataLogger 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.TheLoggerFactoryis 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 producingMarkerinstances as appropriate for the logging system currently in use.