Project Status
Home ] [ Project Status ] API Documentation ] Code Examples ]

 

Tracker Tracker

 - Bugs ( 20 open / 50 total )
Bug Tracking System

 - Support Requests ( 6 open / 9 total )
Tech Support Tracking System

 - Patches ( 5 open / 10 total )
Patch Tracking System

 - Feature Requests ( 5 open / 9 total )
Feature Request Tracking System


Forums Forums ( 551 messages in 1 forums )
Docs Doc Manager
Mail Lists Mailing Lists ( 1 mailing lists )
Screenshots Screenshots
Tasks Task Manager
There are no public subprojects available
CVS CVS Tree ( 410 commits, 65 adds ) known bug
FTP Released Files

SourceForge Logo

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

     

Other tasks to Complete
  • C++ User's Manual

  • Complete C++ API documentation