ECDefaultLoggingFormatter
Implementation of generic logging formatter.
Superclass: ECObject
The format can be specified via "-setOutputFormat". This method
expects a string containing one or multipe variables which will be
substituted at runtime.
The following variables are supported:
- __DATE__: Will be substituted by the current date
- __LEVEL__: Will be substituted by the logging level
- __MESSAGE__: Will be substituted by the logging message
All variables have to be specified as "${<varName>}", where
varName equals one of the supported variables.
At present, the date format (__DATE__) will be given in the system's
default date format.
(Last Updated August 27, 2006)
HTML documentation generated by HeaderDoc