Releases: funkwerk-mobility/log
Releases · funkwerk-mobility/log
0.7.1
Fixed: Use const(char)[]
in simplifyNamedReferences
.
0.7.0
Changed: Allow named references in format strings.
This is preparatory work for structured logging, although full support is still pending.
0.6.0
Changed: Simplify access to file descriptors (introduced with 0.4.0)
0.5.2
Fixed: Reverted convenience functions to just use the standard layout.
0.5.0
Changed: For more flexibility, change the layout function passed to the logger into a class.
0.4.4
changed: just avoid deprecated contract syntax
0.4.3
changed: evaluate lazy args as soon as we know we'll log the message
0.4.1
use output range for sink instead of delegate
0.4.0
expose file descriptors so that client code can "log" segmentation faults etc.