Class RuntimeLoggerFactorySingleton

java.lang.Object
org.refcodes.logger.DefaultRuntimeLoggerFactory
org.refcodes.logger.RuntimeLoggerFactorySingleton
All Implemented Interfaces:
Factory<RuntimeLogger>, LookupFactory<RuntimeLogger, String>, TypeFactory<RuntimeLogger>, RuntimeLoggerFactory, TypeAccessor<RuntimeLogger>

public class RuntimeLoggerFactorySingleton extends DefaultRuntimeLoggerFactory
The singleton of the DefaultRuntimeLoggerFactory for easy RuntimeLogger creation. See DefaultRuntimeLoggerFactory on how to set up your "runtimelogger-config.xml" for your individual
  • Constructor Details

    • RuntimeLoggerFactorySingleton

      protected RuntimeLoggerFactorySingleton()
      Instantiates a new runtime logger factory singleton.
  • Method Details