-
Notifications
You must be signed in to change notification settings - Fork 8
/
CHANGES
27 lines (23 loc) · 858 Bytes
/
CHANGES
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
2/13/2017 Version 1.3.2
StdOutAppended added oneLine option
11/5/2016 Version 1.3.0
Scala 2.12
Added AltActorLogging trait
3/12/2016 Version 1.2.2
Updated dependency versions
2/1/2016 Version 1.2.0
Added kafka appender
Added option to include service name in log file path
Default span id changed for "0" to ""
The log.alternative method now supports optional id and optional exception
The RichException class supports an optional cause
Fixed bug in Timing demo
Field standardHeaders now visible via loggingSystem
Field loggingSystem now visible via ClassLogging and ActorLogging
The special marker value noException is now visible
1/21/2016 Version 1.1.0
Filter API changed
Appender API changed
Option to print summary counts on stdout
Added appender demo
Added richToString method