-
Updated
Mar 7, 2022 - C#
logging-library
Here are 632 public repositories matching this topic...
-
Updated
Oct 7, 2021 - Swift
-
Updated
Sep 19, 2021 - Swift
-
Updated
Jan 7, 2022 - C++
-
Updated
Feb 5, 2022 - C++
-
Updated
Dec 30, 2021 - C++
-
Updated
Nov 29, 2020 - Kotlin
-
Updated
Feb 20, 2022 - Rust
-
Updated
Feb 28, 2022 - Java
-
Updated
Dec 24, 2021 - Python
-
Updated
Feb 26, 2022 - TypeScript
-
Updated
Aug 31, 2021 - JavaScript
-
Updated
Mar 2, 2022 - C++
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.
Hi, currently JDBCWriter will lose logs if a connection drops or before a connection is established.
Can a replay buffer be added to deal with these situations? i.e. check connection and reconnect if required, but do not "lose" these entries. Instead add it to a queue and write them again when connect is available.
-
Updated
Jan 26, 2022 - C#
-
Updated
Apr 10, 2021 - C++
-
Updated
Dec 23, 2020 - C
-
Updated
May 14, 2021 - Java
-
Updated
Mar 4, 2022 - Scala
-
Updated
Jan 23, 2021 - JavaScript
-
Updated
Feb 20, 2022 - C#
-
Updated
Sep 13, 2021 - Python
-
Updated
Feb 19, 2022 - C++
-
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."
Bug Report
Version
tracing-corev0.1.21Also current 0.2.0 as documented on tracing.rs
Crates
tracing-core
Description
tracing_core::dispatcher::get_default()(and consequentlytracing::dispatcher::get_default()) takes aFnMutargument, which it executes exactly once. The use ofFnMuthere is unnecessarily restrictive.Proposal
Change it to tak