You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,14 @@ Today I would rather just use a nice open-source product maintained by someone e
10
10
- 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;
11
11
- thread-safety.
12
12
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.
20
21
21
22
Currently I'm planning to implement only the HIGH PRIO missing features.
0 commit comments