Package io.fusionauth.http.log
Class SystemOutLoggerFactory
java.lang.Object
io.fusionauth.http.log.SystemOutLoggerFactory
- All Implemented Interfaces:
LoggerFactory
Simple implementation of the LoggerFactory that always returns the same instance of a
SystemOutLogger.- Author:
- Brian Pontarelli
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FACTORY
-
-
Constructor Details
-
SystemOutLoggerFactory
public SystemOutLoggerFactory()
-
-
Method Details
-
getLogger
Description copied from interface:LoggerFactoryGet the logger for the given class.- Specified by:
getLoggerin interfaceLoggerFactory- Parameters:
klass- The class.- Returns:
- The Logger and never null.
-