-
Updated
Oct 3, 2020 - C#
logging-library
Here are 512 public repositories matching this topic...
-
Updated
Aug 14, 2020 - Swift
-
Updated
Sep 29, 2020 - Swift
-
Updated
Sep 2, 2020 - C++
-
Updated
Jul 21, 2020 - C++
-
Updated
May 3, 2020 - Kotlin
-
Updated
May 29, 2020 - C++
-
Updated
Aug 26, 2020 - Rust
-
Updated
Sep 21, 2020 - Java
-
Updated
Jan 23, 2020 - Python
-
Updated
Jan 25, 2019 - JavaScript
-
Updated
Jun 28, 2019 - C
Our docs look good when viewed from Dark Reader
Firefox plugin, but unfortunately without it they look quite bright. We should somehow make paradox-material-theme
darker to by default.
/cc @VladPodilnyk
-
Updated
Aug 25, 2020 - Java
-
Updated
Jun 20, 2020 - C++
-
Updated
Oct 3, 2020 - C++
-
Updated
Oct 1, 2020 - C#
-
Updated
May 23, 2019 - JavaScript
-
Updated
Sep 28, 2020 - C#
Currently there is only daily policy for rolling file. Is it possible to add a monthly policy. I want to write to log file in log-file-{date: yyyy-MM}.log and rotate log file at at midnight 1st day of each month.
-
Updated
Mar 9, 2020 - Python
-
Updated
May 15, 2019 - Go
-
Updated
Jun 13, 2019 - JavaScript
-
Updated
Oct 2, 2020 - C++
-
Updated
Jun 17, 2020 - Elixir
-
Updated
May 14, 2020 - Pascal
-
Updated
Sep 18, 2020 - ColdFusion
Improve this page
Add a description, image, and links to the logging-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the logging-library topic, visit your repo's landing page and select "manage topics."
Feature Request
I tried to write the title using the
tracing
terminology, but I might have gotten it wrong. Here is a concrete use case:Motivation
In
rustc
, we disabletrace
anddebug
logging by default for performance reasons, using themax_level_info
feature. This is very confusing to new contributors: they adddebug!("x")
to the code and runRUSTC_LOG=debug rustc
,