-
Notifications
You must be signed in to change notification settings - Fork 5
/
CHANGELOG
55 lines (33 loc) · 797 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
x.y.z
=====
New features:
* Fix GitHub Issue #1: Make the streams configurable
Other:
* Use std::recursive_mutex
1.3.1
=====
Bug fixes:
* Explicitly include chrono
1.3.0
=====
New features:
* Fix GitHub Issue #6: Add option to use a microsecond timestamp
- More generic setTimestampMode() replaces enableDateTime()
1.2.0 - "Thread-safe Taco"
==========================
New features:
* Make logging thread-safe
Other changes:
* Add simple hello world test
1.1.0 - "Rename Renegade"
=========================
Other changes:
* Rename src/logger.* to src/simple_logger.*
1.0.0 - "Basic Beast"
=====================
New features:
* Based on RAII
* Configurable level symbols
* Date / time
* Logging levels: Trace, Debug, Info, Warning, Error, Fatal
* Log to file and/or console