Drakulix / simplelog.rs

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

Rename time_format to filter_allow/filter_ignore where appropriate #70

Closed scvalex closed 3 years ago

scvalex commented 3 years ago

Rename the arguments to ConfigBuilder::add_filter_allow* and ConfigBuilder::add_filter_ignore* from time_format to filter_allow and filter_ignore. I assume the time_format thing was due to a bad copy-paste.

The use declarations at the top where also reordered by rustfmt. I can undo that if you prefer.

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.7%) to 67.888% when pulling 31516a36eb54fe7263c24e82aa297eb994c4ae92 on scvalex:rename-config-builder-args into 8338b80979bcae391a8c5bc61f13e174bc118cb2 on Drakulix:master.

Drakulix commented 3 years ago

thx!