Uses of Interface
org.refcodes.logger.RuntimeLoggerFactory
-
-
Uses of RuntimeLoggerFactory in org.refcodes.logger
Classes in org.refcodes.logger that implement RuntimeLoggerFactory Modifier and Type Class Description classRuntimeLoggerFactoryImplYou configure yourRuntimeLoggerFactoryImplby providing a "runtimelogger.ini" file (see "http://www.refcodes.org/refcodes/refcodes-logger") in one of those locations relative to your main class's location: . .classRuntimeLoggerFactorySingletonThe singleton of theRuntimeLoggerFactoryImplfor easyRuntimeLoggercreation.Methods in org.refcodes.logger that return RuntimeLoggerFactory Modifier and Type Method Description static RuntimeLoggerFactoryRuntimeLoggerFactorySingleton. getInstance()Returns the singleton's instance as fabricated by thisRuntimeLoggerFactorySingleton.
-