- Apr 05, 2021
-
-
Victor Brekenfeld authored
Fix default level padding in docs
-
haluzpav authored
-
- Apr 02, 2021
-
-
Victor Brekenfeld authored
-
Kartavya Vashishtha authored
-
- Mar 27, 2021
-
-
Victor Brekenfeld authored
-
Victor Brekenfeld authored
-
Victor Brekenfeld authored
-
Victor Brekenfeld authored
-
Victor Brekenfeld authored
-
Victor Brekenfeld authored
-
Victor Brekenfeld authored
-
Victor Brekenfeld authored
-
Victor Brekenfeld authored
-
Victor Brekenfeld authored
-
Victor Brekenfeld authored
Expose termcolor's ColorChoice and make colors optional
-
Victor Brekenfeld authored
Rename time_format to filter_allow/filter_ignore where appropriate
-
- Mar 26, 2021
-
-
Matt Kline authored
Command line interfaces that write colored output usually give users an option to turn it off, or make it automatically shut off when writing to a file, pipe, or unsupported terminal. termcolor already has some nice machinery to handle this sort of thing with ColorChoice, so expose it when creating a TermLogger. Programmers (such as myself) who use simplelog and want to give users this choice only have ugly alternatives. For example, you could fall back to a WriteLogger if the user doesn't want color, but then you: - Lose out on the "mixed" logging mode you get from TerminalMode::Mixed - Have to reimplement nice ColorChoice::Auto behavior yourself, on _top_ of termcolor.
-
Matt Kline authored
White isn't a good default for those with light terminal screens (brighter background, darker text). This is already trivial in termcolor, so just allow level colors to be None.
-
- Feb 18, 2021
-
-
Alexandru Scvortov authored
-
- Dec 18, 2020
-
-
Victor Brekenfeld authored
-
- Dec 17, 2020
-
-
Victor Brekenfeld authored
-
Victor Brekenfeld authored
-
Victor Brekenfeld authored
-
Victor Brekenfeld authored
-
Victor Brekenfeld authored
Customizable level label colors
-
- Dec 10, 2020
-
-
Jarrett Billingsley authored
added `ConfigBuilder::set_level_color` to customize the colors of level labels for loggers that support color. added three examples showing the default colors, custom colors, and (if supported) RGB colors.
-
- Jun 07, 2020
-
-
Victor Brekenfeld authored
Remove unwrap() on TermLogger::new() in README.
-
Ruben authored
-
- May 17, 2020
-
-
Victor Brekenfeld authored
-
Victor Brekenfeld authored
-
Victor Brekenfeld authored
Migrate to termcolor
-
- May 13, 2020
-
-
Ray Britton authored
-
Ray Britton authored
-
Ray Britton authored
-
- May 12, 2020
-
-
Victor Brekenfeld authored
Fix typo in config.rs
-
Anthony Martinez authored
Fix typo on line 66
-
- Apr 26, 2020
-
-
Victor Brekenfeld authored
-
Victor Brekenfeld authored
Derive useful traits for the terminal mode type.
-
- Apr 25, 2020
-
-
Łukasz Hanuszczak authored
-
- Apr 03, 2020
-
-
Victor Brekenfeld authored
rustdoc: hyper link to strftime.
-