-
Updated
Dec 21, 2020 - C#
#
logging-library
Here are 525 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
Dec 9, 2020 - 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 16, 2020 - C++
Nanolog is an extremely performant nanosecond scale logging system for C++ that exposes a simple printf-like API.
-
Updated
Dec 20, 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
Nov 30, 2020 - 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
Dec 9, 2020 - 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
Jan 25, 2019 - JavaScript
Asynchronous Low Latency C++ Logging Library
-
Updated
Dec 15, 2020 - C++
neko-kai
commented
Nov 4, 2020
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
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 19, 2020 - C
Trojan is an efficient mobile terminal lightweight log SDK
-
Updated
Nov 16, 2020 - Java
Reckless logging. Low-latency, high-throughput, asynchronous logging library for C++.
-
Updated
Jun 20, 2020 - C++
3
aerturk
commented
Jul 14, 2020
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.
3
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
hacktoberfest
exceptionfilter
exceptionless
unhandled-exceptions
teventbuild
-
Updated
Dec 1, 2020 - C#
Pretty logger for Electron apps
-
Updated
May 23, 2019 - JavaScript
NLog Provider for Microsoft.Extensions.Logging for .NET Standard libraries and .NET Core applications
-
Updated
Dec 7, 2020 - C#
Python library to easily setup basic logging functionality
-
Updated
Nov 7, 2020 - Python
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
Simple logger for Go programs. Allows custom formats for messages.
-
Updated
May 15, 2019 - Go
stacktrace
json
stack
json-api
logger
logging
pretty-print
typescript-library
error-handling
exceptions
logging-library
-
Updated
Dec 15, 2020 - TypeScript
debugging
metadata
elixir
logger
logging
context
instrumentation
logging-library
structured-logging
timber
-
Updated
Jun 17, 2020 - Elixir
An modern and pluggable logging framework for Delphi
-
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::instrumentMotivation
The
tracing::instrumentproc 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