2.1.0
This version brings a new formatter as well as a log level setting.
- Adds new output formatter, Markdown Code Blocks, which outputs log entries as code blocks in a Markdown file. This is useful for log files that are meant to be read by humans, not machines. Contribution by @fyears (PR#11), thanks!
- Adds new setting to specify the log level. Another fine contribution by @fyears, (PR#12)