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

https://github.com/mariuspass/mlog

A simple logging library that supports console(colored cross-platform) and file output.
https://github.com/mariuspass/mlog

go golang log logging

Last synced: 5 months ago
JSON representation

A simple logging library that supports console(colored cross-platform) and file output.

Awesome Lists containing this project

README

          

# mlog
A simple logging library that supports console(colored cross-platform) and file output.

## Documentation
https://godoc.org/github.com/mariuspass/mlog

### Example usage
https://github.com/mariuspass/mlog/blob/master/example/example.go

### Example output
###### Linux Terminal
![Linux Terminal](https://github.com/mariuspass/mlog/raw/master/example/Linux%20Terminal.png)

###### Windows cmd.exe
![LWindows cmd.exe](https://github.com/mariuspass/mlog/raw/master/example/Windows%20cmd.exe.png)

###### Windows PowerShell
![Windows PowerShell](https://github.com/mariuspass/mlog/raw/master/example/Windows%20PowerShell.png)