-
Updated
Jun 18, 2022 - C#
logging-library
Here are 654 public repositories matching this topic...
-
Updated
Mar 24, 2022 - Swift
-
Updated
Sep 19, 2021 - Swift
-
Updated
Apr 4, 2022 - C++
-
Updated
Mar 9, 2022 - C++
-
Updated
Dec 30, 2021 - C++
-
Updated
Nov 29, 2020 - Kotlin
-
Updated
Apr 24, 2022 - Rust
-
Updated
Feb 28, 2022 - Java
-
Updated
Apr 14, 2022 - Python
-
Updated
Mar 26, 2022 - TypeScript
-
Updated
Jun 16, 2022 - C++
-
Updated
Aug 31, 2021 - JavaScript
Suggested on Telegram.
It may be easier to understand the examples if they don't show both distage
and BIO
at the same time, so we may want to have a variant of distage-example
that uses just distage
alone, using a monomorphic effect type everywhere.
You can't write this:
writer.tag = -, sometag
because -
is not actually a way to simply express the empty tag, but a whole 'command' by itself. I'd like to have such a thing so I can use tags as a way to enable or disable extra detail in logging. It seems like an obvious use case but there's no way to express it because you can't write "no tag + this list of extra tags I need for
-
Updated
Jun 8, 2022 - C#
-
Updated
Apr 10, 2021 - C++
-
Updated
Dec 23, 2020 - C
-
Updated
Jun 18, 2022 - Scala
-
Updated
May 14, 2021 - Java
-
Updated
Jan 23, 2021 - JavaScript
-
Updated
Jun 13, 2022 - C#
-
Updated
Jun 9, 2022 - C++
-
Updated
Sep 13, 2021 - Python
-
Updated
May 15, 2019 - Go
-
Updated
Dec 7, 2021 - JavaScript
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
tokio-rs/valuable#88 came because I realized that
tracing-subscriber
, specifically the json formatter, missed some of the logged events.Crates
tracing-subscriber
Motivation
Logs, and traces, carry information. It is good to know that some of it was lost. In my case what failed to serialize was the error which caused abnormal