Package io.fusionauth.http.log


package io.fusionauth.http.log
  • Class
    Description
    A logger that accumulates the log messages into an ArrayList that can later be output to a file or output to the console.
    Simple implementation of the LoggerFactory that always returns the same instance of a AccumulatingLogger.
    A base class for loggers.
    Logger levels.
    A simple logging interface used by the HTTP server/client instances.
    A simple interface used by the HTTP server/client instances to create loggers.
    A simple logger that spits out messages to System.out.
    Simple implementation of the LoggerFactory that always returns the same instance of a SystemOutLogger.