Uses of Interface
io.fusionauth.http.log.LoggerFactory
Packages that use LoggerFactory
-
Uses of LoggerFactory in io.fusionauth.http.log
Classes in io.fusionauth.http.log that implement LoggerFactoryModifier and TypeClassDescriptionclassSimple implementation of the LoggerFactory that always returns the same instance of aAccumulatingLogger.classSimple implementation of the LoggerFactory that returns various FileLoggersclassSimple implementation of the LoggerFactory that always returns the same instance of aSystemOutLogger. -
Uses of LoggerFactory in io.fusionauth.http.server
Methods in io.fusionauth.http.server that return LoggerFactoryMethods in io.fusionauth.http.server with parameters of type LoggerFactoryModifier and TypeMethodDescriptiondefault TConfigurable.withLoggerFactory(LoggerFactory loggerFactory) Sets the logger factory that all the HTTP server classes use to retrieve specific loggers.HTTPServerConfiguration.withLoggerFactory(LoggerFactory loggerFactory) Sets the logger factory that all the HTTP server classes use to retrieve specific loggers. -
Uses of LoggerFactory in io.fusionauth.http.util
Methods in io.fusionauth.http.util with parameters of type LoggerFactoryModifier and TypeMethodDescriptionstatic voidHTTPTools.initialize(LoggerFactory loggerFactory) Statically sets up the logger, mostly for trace logging.