-
Updated
Nov 5, 2020 - C#
logging-library
Here are 517 public repositories matching this topic...
-
Updated
Nov 9, 2020 - Swift
-
Updated
Sep 29, 2020 - Swift
-
Updated
Sep 2, 2020 - C++
-
Updated
Oct 19, 2020 - C++
-
Updated
Nov 4, 2020 - Kotlin
-
Updated
Nov 6, 2020 - Rust
-
Updated
Nov 8, 2020 - C++
-
Updated
Sep 21, 2020 - Java
-
Updated
Jan 23, 2020 - Python
-
Updated
Jan 25, 2019 - JavaScript
-
Updated
Jun 28, 2019 - C
Issue described in https://t.me/izumi_ru/3971
[info] Main Scala API documentation to /home/circleci/project/target/scala-2.13/api...
[error] /home/circleci/project/src/main/scala/com/ponv/Scenarios.scala:16:26: exception during macro expansion:
[error] izumi.distage.model.exceptions.BadIdAnnotationException: Wrong annotation value, only constants are supported. Got: @izumi.distage.model
-
Updated
Nov 8, 2020 - C++
-
Updated
Oct 14, 2020 - Java
-
Updated
Jun 20, 2020 - C++
-
Updated
Nov 9, 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
May 23, 2019 - JavaScript
-
Updated
Oct 30, 2020 - C#
-
Updated
Nov 7, 2020 - Python
-
Updated
Jun 13, 2019 - JavaScript
-
Updated
May 15, 2019 - Go
-
Updated
Jun 17, 2020 - Elixir
-
Updated
May 14, 2020 - Pascal
-
Updated
Nov 2, 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
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