Skip to content

Commit 79c16ec

Browse files
authored
Update README.md
1 parent 8257e50 commit 79c16ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Console class for logging purpose on Windows and hopefully later on Linux.
33
I wouldn't write this from scratch today, but back in 2011 I wanted to write a logger class that has function with variable number of parameter count, so I made this.
44
Today I would rather just use a nice open-source product maintained by someone else. But since I wrote this, I'm still using it!
55

6-
**Features** of v1.2:
6+
**Features** of v1.3:
77
- logging to console window (currently only on Windows);
88
- logging to html file, with same indentations and colors as to console window;
99
- delete old html log files during initialization;
@@ -27,7 +27,7 @@ Currently I'm planning to implement only the HIGH PRIO missing features.
2727
**Known Issues:**
2828
As described in comment in [CConsole.h](https://github.com/proof88/Console/blob/master/CConsole/src/CConsole.h).
2929

30-
**Requires**: [PFL v1.1](https://github.com/proof88/PFL).
30+
**Requires**: [PFL v1.2](https://github.com/proof88/PFL).
3131

3232
Note that this project is NOT unit-tested, only some showcase tests are implemented in [conmain.cpp](https://github.com/proof88/Console/blob/master/CConsole/src/conmain.cpp).
3333
If you want to run this, you have to go to **Project Settings** in Visual Studio, then **General Settings**, and change **Configuration Type** from **Static Library** to **Application**. Then simply Build & Run!

0 commit comments

Comments
 (0)