Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/redthing1/minlog

minimal colorful logger for D
https://github.com/redthing1/minlog

Last synced: 5 days ago
JSON representation

minimal colorful logger for D

Awesome Lists containing this project

README

        

# minlog

simple minimal logger for D

## usage

```d
import minlog;

auto log = new Logger(LoggerVerbosity.info);
log.info("hello world");
````