Public Member Functions | |
virtual void | doConfigure (const String &configFileName, spi::LoggerRepositoryPtr &repository)=0 |
Static Public Attributes | |
static String | INHERITED = _T("inherited") |
static String | NuLL = _T("null") |
virtual void doConfigure | ( | const String & | configFileName, | |
spi::LoggerRepositoryPtr & | repository | |||
) | [pure virtual] |
Interpret a resource pointed by a URL and set up log4j accordingly.
The configuration is done relative to the hierarchy
parameter.
configFileName | The file to parse | |
repository | The hierarchy to operation upon. |
Implemented in PropertyConfigurator, and DOMConfigurator.
String INHERITED = _T("inherited") [static] |
Special level value signifying inherited behaviour. The current value of this string constant is inherited. NuLL is a synonym.
String NuLL = _T("null") [static] |
Special level signifying inherited behaviour, same as INHERITED. The current value of this string constant is null.