- Feb 11, 2023
-
-
Akshaya Bhat authored
Change-Id: I6b9af3d04e8991fe4753115c9f41d3bfd48fe324
-
- Jun 23, 2022
-
-
Sreenad Menon authored
User can set a log tag during config generation. This patch gives an option to disable new line added to every log. In case of logging to ftrace buffer, new line is automatically added by ftrace. So logger do not have to add a new line at the end of every log. In this case, call without_new_line() function. Change-Id: I391a1789ccf76afc33b91ad0d26c80279b5fa677 Signed-off-by:
Sreenad Menon <quic_sreemeno@quicinc.com>
-
- Apr 30, 2021
-
-
Srivatsa Vaddagiri authored
Using write macros rather than writeln helps avoid unnecessary newlines when writing to sysfs files. Change-Id: I254d5b149ffa60c4997aac3d4c3d366063a8fce6 Signed-off-by:
Srivatsa Vaddagiri <vatsa@codeaurora.org>
-
Srivatsa Vaddagiri authored
Android makefile to compile simplelog using Android build system Change-Id: Ieff5b76c6d671ccc03333e3fcfef213f163753d4 Signed-off-by:
Srivatsa Vaddagiri <vatsa@codeaurora.org>
-
- 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
-