Skip to content

v0.3.0

Compare
Choose a tag to compare
@Yamboy1 Yamboy1 released this 19 May 04:55
· 27 commits to master since this release
3d815f7

The sink api has be rewritten to use classes, to allow sinks to easier have internal state, i.e. filename for a file sink. These sinks come with accompanying creator / factory functions which should be used rather than the classes themselves. On top of this a new file sink has been added to complement the console sink.