-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
26 lines (21 loc) · 805 Bytes
/
README
File metadata and controls
26 lines (21 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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.