Drakulix / simplelog.rs

Simple Logging Facility for Rust
https://docs.rs/simplelog/
Apache License 2.0
423 stars 71 forks source link

Add optional color and style support using paris crate #84

Closed manio closed 2 years ago

manio commented 2 years ago

More info about formatting: https://github.com/0x20F/paris

When enabled you can use formatting like this: info!("I can write bold text or use tags to color it</>");

manio commented 2 years ago

This is preliminary version (only info! supported). Please review.

manio commented 2 years ago

OK... reworked - now all macros included and added the README section

manio commented 2 years ago

@Drakulix Hi Victor, is this ok to merge?

manio commented 2 years ago

Thank you for review, I'll fix this later according to your comments...

In the mean time please also take a look at my email I've sent you last week, maybe it went to your Spam folder...

manio commented 2 years ago

Branch updated - I added all changes as new commits for your easier review. I can squash it if you like...

Drakulix commented 2 years ago

Yeah this looks good now! Thanks. I am waiting for the CI-checks and once everything is green this can be merged :)

manio commented 2 years ago

@Drakulix please re-run CI-checks now...

coveralls commented 2 years ago

Coverage Status

Coverage increased (+2.7%) to 71.706% when pulling 5b234724aa7b054f9877eda3fa01f1627e4a8f9d on manio:paris into aea22dbc0e08942bf441d25fe325a7f1eb10372b on Drakulix:master.

manio commented 2 years ago

Thank you :)