Skip to content

Commit 2e722b3

Browse files
authored
Update README.md
1 parent 7c7e546 commit 2e722b3

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,19 @@ Today I would rather just use a nice open-source product maintained by someone e
66
**Features** of v1.2:
77
- logging to console window (currently only on Windows);
88
- logging to html file, with same indentations and colors as to console window;
9-
- 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 string to turn on/off logging;
10-
- thread-safe.
9+
- delete old html log files during initialization;
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+
- thread-safety.
1112

1213
**Missing Features:**
13-
- turn on logging only into html file, not to console window (currently logging to html works only when console window is already present);
14-
- timestamping;
15-
- config file (that could contain e.g. module logging setting);
16-
- no log file rotation implemented;
17-
- no log forwarding to external server;
18-
- no actions to be executed when a specific log appears.
19-
20-
Currently I'm not planning to implement the 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.
20+
21+
Currently I'm planning to implement only the HIGH PRIO missing features.
2122

2223
**Known Issues:**
2324
As described in comment in [CConsole.h](https://github.com/proof88/Console/blob/master/CConsole/src/CConsole.h).

0 commit comments

Comments
 (0)