-
Updated
Nov 28, 2021 - C#
#
logging-library
Here are 606 public repositories matching this topic...
NLog - Advanced and Structured Logging for Various .NET Platforms
c-sharp
xamarin
csharp
uwp
logging
netcore
logging-library
structured-logging
netstandard
nlog
silverlight
netstandard20
netstandard13
netstandard15
iOS Debugging Tool 🚀
debugger
swift
debugging
ios
networking
log
objective-c
network
cocoapods
sandbox
logger
protocol-buffers
logging
debug
logging-library
network-monitoring
network-analysis
debugging-tool
nslog
dotzux
cocoadebug
-
Updated
Oct 7, 2021 - Swift
A debug log framework for use in Swift projects. Allows you to log details to the console (and optionally a file), just like you would have with NSLog() or print(), but with additional information, such as the date, function name, filename and line number.
macos
swift
debugging
swift-library
ios
tvos
watchos
cocoapods
carthage
logging
swift-framework
debug
logging-library
swiftpm
debugging-tool
xcglogger
-
Updated
Sep 19, 2021 - Swift
Single header C++ logging library. It is extremely powerful, extendable, light-weight, fast performing, thread and type safe and consists of many built-in features. It provides ability to write logs in your own customized format. It also provide support for logging your classes, third-party libraries, STL and third-party containers etc.
language
stacktrace
c-plus-plus
cross-platform
cpp
c-plus-plus-11
logging
efficient-logging
logging-library
performance-analysis
thread-safety
crash-handler
-
Updated
Nov 2, 2021 - C++
Nanolog is an extremely performant nanosecond scale logging system for C++ that exposes a simple printf-like API.
-
Updated
Dec 22, 2020 - C++
An OkHttp interceptor which has pretty logger for request and response. +Mock support
android
kotlin
java
mock
executor
okhttp
interceptor
logging-library
java-library
mocking-framework
logginginterceptor
-
Updated
Nov 29, 2020 - Kotlin
log4cplus is a simple to use C++ logging API providing thread-safe, flexible, and arbitrarily granular control over log management and configuration. It is modelled after the Java log4j API.
-
Updated
Sep 19, 2021 - C++
Structured, contextual, extensible, composable logging for Rust
-
Updated
Nov 11, 2021 - Rust
-
Updated
Sep 21, 2020 - Java
Eliot: the logging system that tells you *why* it happened
python
elasticsearch
numpy
logging
twisted
tracing
scientific-computing
asyncio
logging-library
journald
dask
causality
causation
causality-analysis
-
Updated
Nov 25, 2021 - Python
Bring console.log on the screen
-
Updated
Aug 31, 2021 - JavaScript
stacktrace
json
stack
json-api
logger
logging
pretty-print
typescript-library
error-handling
exceptions
logging-library
-
Updated
Nov 27, 2021 - TypeScript
Asynchronous Low Latency C++ Logging Library
-
Updated
Oct 25, 2021 - C++
neko-kai
commented
Jun 8, 2021
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.
tinylog is a lightweight logging framework for Java, Kotlin, Scala, and Android
-
Updated
Nov 17, 2021 - Java
Share Hash Tables With Stable Key Hints Stored In Memory Mapped Files Between Arbitrary Processes
c
linux
nosql
atomic
high-performance
ipc
zero-copy
multi-process
in-memory
logging-library
mmap
concurrent
shared-memory
hash-tables
memory-mapped
spin-lock
key-value-store
in-place
ipc-queue
memory-holes
-
Updated
Dec 23, 2020 - C
Reckless logging. Low-latency, high-throughput, asynchronous logging library for C++.
-
Updated
Apr 10, 2021 - C++
Exceptionless clients for the .NET platform
c-sharp
crash-reporting
wpf
wcf
logging
winforms
exceptions
logging-library
asp-net-core
asp-net
exception-handler
webforms
exceptionfilter
error-reporting
exceptionless
unhandled-exceptions
error-stack-trace
crash-reporting-tool
-
Updated
May 10, 2021 - C#
Trojan is an efficient mobile terminal lightweight log SDK
-
Updated
May 14, 2021 - Java
Pretty logger for Electron apps
-
Updated
Jan 23, 2021 - JavaScript
The fastest logging library in the world. Built from scratch in Scala and programmatically configurable.
-
Updated
Nov 14, 2021 - Scala
NLog Provider for Microsoft.Extensions.Logging for .NET Standard libraries and .NET (Core) applications
-
Updated
Nov 21, 2021 - C#
Python library to easily setup basic logging functionality
-
Updated
Sep 13, 2021 - Python
Simple logger for Go programs. Allows custom formats for messages.
-
Updated
May 15, 2019 - Go
An all-in-one JSON logging utility that supports ExpressJS HTTP logging, custom logging, provides multi-format output and an easy to use events API.
logger
express-middleware
logging-library
logger-middleware
json-logging
logger-events
apache-logging
http-logger
-
Updated
Nov 3, 2021 - JavaScript
An modern and pluggable logging framework for Delphi
-
Updated
Sep 26, 2021 - 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."
Bug Report
Version
tracing-core
v0.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 aFnMut
argument, which it executes exactly once. The use ofFnMut
here is unnecessarily restrictive.Proposal
Change it to tak