Skip to content

Tags: UnixJunkie/dolog

Tags

v6.0.0

Toggle v6.0.0's commit message
Log.get_prefix_builder

v5.0.0

Toggle v5.0.0's commit message
drop the section feature and allow for way shorter log prefix

I dropped sections because they make the codebase hard to maintain.

Call Log.set_prefix_builder with whatever function creates your log prefix.
Log.short_prefix_builder is provided as a ready-to-use example.

v4.0.0

Toggle v4.0.0's commit message
updated .gitignore

v4.0.0.test-00

Toggle v4.0.0.test-00's commit message
updated .gitignore

v3.0

Toggle v3.0's commit message
updated

v.2.0

Toggle v.2.0's commit message
Merge branch 'acm-master'

v1.1

Toggle v1.1's commit message
added the possibility to setup and clear a prefix

the prefix is a constant string that will appear on all log lines
just after the log level, as-is, with no extra formatting of the prefix string

v1.0

Toggle v1.0's commit message
updated

v0.6

Toggle v0.6's commit message
exposed string_of_level and added level_of_string

v0.5

Toggle v0.5's commit message
new version