Skip to content

Releases: funkwerk-mobility/log

0.7.1

27 Jan 12:16
9624819
Compare
Choose a tag to compare

Fixed: Use const(char)[] in simplifyNamedReferences.

0.7.0

19 Jan 11:40
7e7232d
Compare
Choose a tag to compare

Changed: Allow named references in format strings.

This is preparatory work for structured logging, although full support is still pending.

0.6.0

22 Nov 10:47
b610a2a
Compare
Choose a tag to compare

Changed: Simplify access to file descriptors (introduced with 0.4.0)

0.5.2

23 Jun 11:30
b2a2a3c
Compare
Choose a tag to compare

Fixed: Reverted convenience functions to just use the standard layout.

0.5.0

20 Jun 11:48
d2b0f52
Compare
Choose a tag to compare

Changed: For more flexibility, change the layout function passed to the logger into a class.

0.4.4

15 Apr 16:37
b3f40fd
Compare
Choose a tag to compare

changed: just avoid deprecated contract syntax

0.4.3

30 Apr 11:36
8db1f2e
Compare
Choose a tag to compare

changed: evaluate lazy args as soon as we know we'll log the message

0.4.2

24 Mar 08:00
87b4af7
Compare
Choose a tag to compare

fix syslog layout output

0.4.1

22 May 09:35
9b08392
Compare
Choose a tag to compare

use output range for sink instead of delegate

0.4.0

08 Mar 17:13
Compare
Choose a tag to compare

expose file descriptors so that client code can "log" segmentation faults etc.