-
Updated
Jan 30, 2021 - C#
logging-library
Here are 534 public repositories matching this topic...
-
Updated
Nov 9, 2020 - Swift
-
Updated
Jan 28, 2021 - Swift
-
Updated
Jan 20, 2021 - C++
-
Updated
Dec 22, 2020 - C++
-
Updated
Nov 29, 2020 - Kotlin
-
Updated
Nov 30, 2020 - Rust
-
Updated
Dec 9, 2020 - C++
-
Updated
Sep 21, 2020 - Java
-
Updated
Dec 15, 2020 - Python
-
Updated
Jan 25, 2019 - JavaScript
After 7mind/izumi#1138 Lifecycle encoding itself supports interruptibility, but since the entirety of Injector#produce happens in an uninterruptible region, this causes problems with ZIO's odd interruption inheritance (gitter thread)
It seems like this can't be solved by just wrapping all ZIO's in `.inter
-
Updated
Jan 27, 2021 - C++
-
Updated
Dec 23, 2020 - C
-
Updated
Jan 22, 2021 - Java
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
Jan 7, 2021 - C++
-
Updated
Jan 10, 2021 - C#
-
Updated
Jan 23, 2021 - JavaScript
-
Updated
Jan 25, 2021 - C#
-
Updated
Nov 7, 2020 - Python
-
Updated
Jan 31, 2021 - Scala
-
Updated
May 15, 2019 - Go
-
Updated
Jan 20, 2021 - TypeScript
-
Updated
Jun 13, 2019 - JavaScript
-
Updated
Jun 17, 2020 - Elixir
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
Crates
tracing::instrumentMotivation
The
tracing::instrumentproc macro is incredibly useful, and the docs encourage users to use it, as well as set a level. Not all users read documentation, so many use defaults. (Like me)By default, they seem to decorate at all logging levels, which can impact performance for users in unexpected ways.
We met thi