1
|
-------------------
|
2
|
QsLog version 2.0b4
|
3
|
Fixes:
|
4
|
Fixed file name case error for Linux.
|
5
|
|
6
|
Misc:
|
7
|
* Moved to separate git repository.
|
8
|
|
9
|
-------------------
|
10
|
QsLog version 2.0b3
|
11
|
|
12
|
Changes:
|
13
|
* added functor logging destination (thanks to Omar Carey for providing a patch)
|
14
|
|
15
|
-------------------
|
16
|
QsLog version 2.0b2
|
17
|
|
18
|
Changes:
|
19
|
* function signature redefinition for file destination creation
|
20
|
* added shared library build configuration. Credit goes to Xavier Lamien <laxathom@fedoraproject.org>
|
21
|
for the Linux-specific config.
|
22
|
* removed Symbian support
|
23
|
* this version does not guarantee support for Nokia N9 devices, although it should in theory still
|
24
|
work with them
|
25
|
* workaround for Issue 8 - when used from an executable and a plugin QsLog only logs from the
|
26
|
executable.
|
27
|
* utility function to parse the level from an existing log message
|
28
|
|
29
|
Known issues:
|
30
|
* The current version will crash at program exit when using QS_LOG_SEPARATE_THREAD and linking
|
31
|
with QsLog dynamically.
|
32
|
|
33
|
-------------------
|
34
|
QsLog version 2.0b1
|
35
|
|
36
|
Changes:
|
37
|
* destination pointers use shared pointer semantics
|
38
|
* the file destination supports log rotation. As a consequence, log files are encoded as UTF-8 and
|
39
|
the log appends rather than truncating on every startup when rotation is enabled.
|
40
|
* added the posibility of disabling logging either at run time or compile time.
|
41
|
* added the possibility of using a separate thread for writing to the log destinations.
|
42
|
|
43
|
Fixes:
|
44
|
* renamed the main.cpp example to avoid QtCreator confusion
|
45
|
* offer a way to check if the destination creation has failed (for e.g files)
|