Module glf.api

Package org.seppiko.glf.api


package org.seppiko.glf.api
GLF API
  • Class
    Description
    A Event Constants class like environment class
    ILoggerFactory instances manufacture Logger instances by name.
    Implementations of this interface are used to manufacture Marker instances.
    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.
    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.