Shows your logs in nice colors.
For now, hardcoded format is:
regex
\[(.*)\] .+\.(WARNING|INFO|ERROR|DEBUG|TRACE): (.*)
Install stable Rust, or simply use this command to do it:
bash
$ curl -sSf https://static.rust-lang.org/rustup.sh | sh
Clone Monilog:
bash
$ git clone https://github.com/Nercury/monilog.git
bash
$ cd monilog
$ cargo run --release -- -p 4444
or (the same, more steps)
bash
$ cd monilog
$ cargo build --release
$ ./target/release/monilog -p 4444
Many logging backends have "socket" handler. Different log entries should be separated by newline.
I am in no hurry to implement things that I don't need. But pull requests are welcome.
MIT