-
Updated
Apr 28, 2021 - C#
#
logging-library
Here are 553 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
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
Nov 9, 2020 - Swift
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
Feb 6, 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
Feb 24, 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
Structured, contextual, extensible, composable logging for Rust
-
Updated
Feb 1, 2021 - Rust
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
Feb 24, 2021 - C++
-
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
Dec 15, 2020 - Python
Bring console.log on the screen
-
Updated
Mar 20, 2021 - JavaScript
stacktrace
json
stack
json-api
logger
logging
pretty-print
typescript-library
error-handling
exceptions
logging-library
-
Updated
Apr 18, 2021 - TypeScript
Asynchronous Low Latency C++ Logging Library
-
Updated
Apr 18, 2021 - C++
neko-kai
commented
Apr 28, 2021
Reported on gitter https://gitter.im/7mind/izumi?at=60896bdbb38a713b2fb4a31c
When there's missing dependency error for type X
and there exist defined named bindings for the same type such as X @Id("x")
, what could happen is that the user made a typo or an forgot the qualifier, to help with these situations, the error message should also list all existing bindings that share the same type su
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
tinylog is a lightweight logging framework for Java, Kotlin, Scala, and Android
-
Updated
May 1, 2021 - Java
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
Apr 29, 2021 - C#
Reckless logging. Low-latency, high-throughput, asynchronous logging library for C++.
-
Updated
Apr 10, 2021 - C++
Trojan is an efficient mobile terminal lightweight log SDK
-
Updated
Apr 10, 2021 - Java
Pretty logger for Electron apps
-
Updated
Jan 23, 2021 - JavaScript
NLog Provider for Microsoft.Extensions.Logging for .NET Standard libraries and .NET Core applications
-
Updated
May 1, 2021 - C#
The fastest logging library in the world. Built from scratch in Scala and programmatically configurable.
-
Updated
May 2, 2021 - Scala
Python library to easily setup basic logging functionality
-
Updated
Nov 7, 2020 - 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
Jun 13, 2019 - JavaScript
An modern and pluggable logging framework for Delphi
-
Updated
Feb 25, 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."
Feature Request
Crates
tracing-core
Motivation
The
Collect
trait currently has several methods with default implementations that return anOption
or some other "empty" or "default" type. In many cases, this isn't because it makes sense for those methods to be optional, but because they were added after v0.1.0 was released and making them mandatory would have been a