Uses of Interface
org.refcodes.logger.RuntimeLogger
-
Uses of RuntimeLogger in org.refcodes.logger
Classes in org.refcodes.logger that implement RuntimeLoggerModifier and TypeClassDescriptionclassThe default implementation of theRuntimeLoggerinterface to be configured with a (back-end)Logger.classThisRuntimeLoggerSingletonprovides aRuntimeLoggersingleton configured by a "runtimelogger-config.xml" file find in one of the several locations relative to your application's base directory: The applications base directory (where your JAR or your classes reside) is taken and a list of directories (as defined in theFolders.CONFIG_DIRS) relative to this base directory is generated : The actual directories being looked at (in case them exist) are as follows, relative to your applications base directory: ..Methods in org.refcodes.logger that return RuntimeLoggerModifier and TypeMethodDescriptionRuntimeLoggerFactoryImpl.create()The provided identifier represents a level hierarchy as defined in theRUNTIME_LOGGER_CONFIGXML file.static RuntimeLoggerRuntimeLoggerFactorySingleton.createRuntimeLogger()Convenience method actually delegating the call to the instance returned byRuntimeLoggerFactorySingleton.getInstance().static RuntimeLoggerRuntimeLoggerFactorySingleton.createRuntimeLogger(String aIdentifier) Convenience method actually delegating the call to the instance returned byRuntimeLoggerFactorySingleton.getInstance().RuntimeLoggerFactorySingleton.createRuntimeLogger(String aIdentifier, Map<String, String> aProperties) Convenience method actually delegating the call to the instance returned byRuntimeLoggerFactorySingleton.getInstance().static RuntimeLoggerRuntimeLoggerFactorySingleton.createRuntimeLogger(Map<String, String> aProperties) Convenience method actually delegating the call to the instance returned byRuntimeLoggerFactorySingleton.getInstance().static RuntimeLoggerRuntimeLoggerFactoryImpl.fromConfigurationFile(String aNamespace, String aConfigFileName) Loads the configuredRuntimeLoggerfrom the given configuration file.static RuntimeLoggerRuntimeLoggerSingleton.getInstance()Returns the singleton's instance as fabricated by thisRuntimeLoggerSingleton.RuntimeLoggerAccessor.getRuntimeLogger()Retrieves the logger from the logger property.default RuntimeLoggerRuntimeLoggerAccessor.RuntimeLoggerProperty.letRuntimeLogger(RuntimeLogger aRuntimeLogger) This method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenRuntimeLogger(setter) as ofRuntimeLoggerAccessor.RuntimeLoggerMutator.setRuntimeLogger(RuntimeLogger)and returns the very same value (getter).Methods in org.refcodes.logger with parameters of type RuntimeLoggerModifier and TypeMethodDescriptiondefault RuntimeLoggerRuntimeLoggerAccessor.RuntimeLoggerProperty.letRuntimeLogger(RuntimeLogger aRuntimeLogger) This method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenRuntimeLogger(setter) as ofRuntimeLoggerAccessor.RuntimeLoggerMutator.setRuntimeLogger(RuntimeLogger)and returns the very same value (getter).voidRuntimeLoggerAccessor.RuntimeLoggerMutator.setRuntimeLogger(RuntimeLogger aRuntimeLogger) Sets the logger for the logger property.Constructors in org.refcodes.logger with parameters of type RuntimeLoggerModifierConstructorDescriptionprotectedRuntimeLoggerSingleton(RuntimeLogger aRuntimeLogger) Instantiates a new runtime logger singleton.