|
| |
| The following
have already been implemented |
-
LogLevels (TRACE, DEBUG, INFO, WARN,
ERROR, and FATAL are defined)
-
Hierarchal Loggers
-
Supports multi-threaded
applications
-
Full NDC(Nested Diagnostic Context) support
-
Has the following Layouts:
- BasicLayout
- TTCCLayout
- PatternLayout
Has the following Appenders:
- ConsoleAppender
- FileAppender
- RollingFileAppender
- DailyRollingFileAppender
- SyslogAppender
- NTEventLogAppender
- SocketAppender
Has the following Filters:
- DenyAllFilter
- LogLevelMatchFilter
- LogLevelRangeFilter
- StringMatchFilter
Runtime configuration (PropertyConfigurator)
Dynamic Runtime RE-configuration (ConfigAndWatchThread)
Compiles on Linux (gcc 2.95.4) and
Windows 2000 (VC++ 6.0)
Wide Character(UNICODE) Support (Only tested on Windows)
| Critical
functionality still missing |
|