Skip to content

SigSegFault/jaclogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Just another cpp logger :>

Todo list:
• enlarge family of dispatchers (UDP/TCP sockets, Syslog ...)
• prefix for dispatchers
• smart time-stamp for dispatcher and loggers
• custom printf
• callbacks for custom printf
• config file for logger
• logged asserts
• respect NDEBUG to disable logging like in assert()
• iostream


Important features planned:
• thread safety
• reenter-ability
• cross-platform
• exception safety

Current features:
• thread safe logger and bility to disable thread safety during compilation of library and at runtime (for performance reasons)
• several dispatchers
• one to many relation between logger and dispatchers, so you can have any number of different dispatchers to be attached to logger

Something else sould be written here some day.

About

Just another cpp logger :>

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages