Skip to content

Commit 3d8b259

Browse files
authored
Update README.md
1 parent 44779fb commit 3d8b259

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ Today I would rather just use a nice open-source product maintained by someone e
1010
- per-module log filtering: you can decide what a module is (e.g. a class) and add per-module (e.g. per-class) usage of CConsole::SetLoggingState() with your module name string to turn on/off logging;
1111
- thread-safety.
1212

13-
**Missing Features:**
14-
- HIGH PRIO: turn on logging ONLY into html file, not to console window (currently logging to html works only when console window is also present);
15-
- MED PRIO: timestamping;
16-
- LOW PRIO: config file (that could contain e.g. module logging setting);
17-
- LOW PRIO: no log file rotation implemented;
18-
- LOW PRIO: no log forwarding to external server;
19-
- LOW PRIO: no actions to be executed when a specific log appears.
13+
**Missing Features (with priority):**
14+
- HIGH: turn on logging ONLY into html file, not to console window (currently logging to html works only when console window is also present);
15+
- MED: timestamping (optional);
16+
- LOW: automatically write the module name at the beginning of the line (optional);
17+
- LOW: config file (that could contain e.g. module logging setting);
18+
- LOW: no log file rotation implemented;
19+
- LOW: no log forwarding to external server;
20+
- LOW: no actions to be executed when a specific log appears.
2021

2122
Currently I'm planning to implement only the HIGH PRIO missing features.
2223

0 commit comments

Comments
 (0)