Package | Description |
---|---|
org.refcodes.logger |
The "refcodes-logger" artifact provides the refcodes logging framework for
flexible logging of any data to any data sink (inclucing files, databases or
the console provided as alternate implementations).
|
org.refcodes.logger.impls |
Implementations:
The
impls package contains implementations of the types defined
by this artifact. |
Modifier and Type | Method and Description |
---|---|
static RuntimeLogger |
RuntimeLoggerUtility.fromConfigurationFile(String aElementPath,
String aConfigFileName)
Instantiates a
RuntimeLogger from the referenced configuration
file (usually "runtimelogger-config.xml") which's declaration is
identified in the configuration XML structure at the given element path. |
Modifier and Type | Method and Description |
---|---|
static RuntimeLogger |
RuntimeLoggerSingleton.getInstance()
Returns the singleton's instance as fabricated by this
RuntimeLoggerSingleton . |
Copyright © 2016. All rights reserved.