public class RuntimeLoggerUtility extends Object
RuntimeLogger
type.Constructor and Description |
---|
RuntimeLoggerUtility() |
Modifier and Type | Method and Description |
---|---|
static RuntimeLogger |
fromConfigurationFile(String aElementPath,
String aConfigFileName)
Instantiates a
RuntimeLogger from the referenced configuration
file which's location is identified at the given element path. |
public static RuntimeLogger fromConfigurationFile(String aElementPath, String aConfigFileName) throws LoggerInstantiationRuntimeException
RuntimeLogger
from the referenced configuration
file which's location is identified at the given element path.aElementPath
- The element path in the XML file identifying the
logger's configuration.aConfigFileName
- The file to load the RuntimeLogger
configuration from.RuntimeLogger
instance being created.LoggerInstantiationRuntimeException
- Thrown in case instantiating
a Logger
(RuntimeLogger
) failed.Copyright © 2015. All rights reserved.