Uses of Interface
org.refcodes.logger.RuntimeLogger
-
-
Uses of RuntimeLogger in org.refcodes.logger
Classes in org.refcodes.logger that implement RuntimeLogger Modifier and Type Class Description classRuntimeLoggerImplThe default implementation of theRuntimeLoggerinterface to be configured with a (back-end)Logger.classRuntimeLoggerSingletonThisRuntimeLoggerSingletonprovides 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: ..Fields in org.refcodes.logger declared as RuntimeLogger Modifier and Type Field Description protected static RuntimeLoggerAbstractPartedLogger. LOGGERprotected static RuntimeLoggerAbstractPartedLogger. LOGGERprotected static RuntimeLoggerAbstractPartedLogger. LOGGERMethods in org.refcodes.logger that return RuntimeLogger Modifier and Type Method Description RuntimeLoggerRuntimeLoggerFactoryImpl. createInstance()RuntimeLoggerRuntimeLoggerFactoryImpl. createInstance(String aIdentifier)RuntimeLoggerRuntimeLoggerFactoryImpl. createInstance(String aIdentifier, Map<String,String> aProperties)The provided identifier represents a level hierarchy as defined in theRUNTIME_LOGGER_CONFIGXML file.RuntimeLoggerRuntimeLoggerFactoryImpl. createInstance(Map<String,String> aProperties)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().RuntimeLoggerRuntimeLoggerFactorySingleton. 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 aElementPath, String aConfigFileName)Loads the configuredRuntimeLoggerfrom the given configuration file.static RuntimeLoggerRuntimeLoggerSingleton. getInstance()Returns the singleton's instance as fabricated by thisRuntimeLoggerSingleton.RuntimeLoggerRuntimeLoggerAccessor. 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 RuntimeLogger Modifier and Type Method Description 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).voidRuntimeLoggerAccessor.RuntimeLoggerMutator. setRuntimeLogger(RuntimeLogger aRuntimeLogger)Sets the logger for the logger property.Constructors in org.refcodes.logger with parameters of type RuntimeLogger Constructor Description RuntimeLoggerSingleton(RuntimeLogger aRuntimeLogger)Instantiates a new runtime logger singleton.
-