-
Updated
Nov 29, 2020 - C#
logging-library
Here are 519 public repositories matching this topic...
-
Updated
Nov 9, 2020 - Swift
-
Updated
Nov 25, 2020 - Swift
-
Updated
Nov 16, 2020 - C++
-
Updated
Nov 23, 2020 - C++
-
Updated
Nov 29, 2020 - Kotlin
-
Updated
Nov 8, 2020 - C++
-
Updated
Nov 30, 2020 - Rust
-
Updated
Sep 21, 2020 - Java
-
Updated
Jan 23, 2020 - Python
-
Updated
Jan 25, 2019 - JavaScript
-
Updated
Nov 30, 2020 - C++
-
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 16, 2020 - Java
-
Updated
Jun 20, 2020 - C++
-
Updated
Nov 16, 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
Nov 24, 2020 - C#
-
Updated
Nov 7, 2020 - Python
-
Updated
Jun 13, 2019 - JavaScript
-
Updated
May 15, 2019 - Go
-
Updated
Nov 25, 2020 - TypeScript
-
Updated
Jun 17, 2020 - Elixir
-
Updated
May 14, 2020 - Pascal
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::instrument
Motivation
The
tracing::instrument
proc 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