| Crates.io | monilog |
| lib.rs | monilog |
| version | 0.1.1 |
| created_at | 2015-10-28 17:36:05.671777+00 |
| updated_at | 2015-12-11 23:54:29.779751+00 |
| description | Displays your logs nicely |
| homepage | |
| repository | https://github.com/Nercury/monilog |
| max_upload_size | |
| id | 3321 |
| size | 6,847 |
Shows your logs in nice colors.
For now, hardcoded format is:
\[(.*)\] .+\.(WARNING|INFO|ERROR|DEBUG|TRACE): (.*)
Install stable Rust, or simply use this command to do it:
$ curl -sSf https://static.rust-lang.org/rustup.sh | sh
Clone Monilog:
$ git clone https://github.com/Nercury/monilog.git
$ cd monilog
$ cargo run --release -- -p 4444
or (the same, more steps)
$ 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