logging-framework
There are 110 repositories under logging-framework topic.
bacalhau-project/bacalhau
Compute over Data framework for public, transparent, and optionally verifiable computation
outr/scribe
The fastest logging library in the world. Built from scratch in Scala and programmatically configurable.
danieleteti/loggerpro
An modern and pluggable logging framework for Delphi
ChristianPanov/lwlog
Very fast synchronous and asynchronous C++17 logging library
zubairehman/Flogs
An Advanced Logging Framework develop in flutter that provides quick & simple logging solution.
thanpolas/logality
Versatile JSON Logger
codeforester/base
A simple framework for sharing Bash profiles, reusable shell libraries, and commands across hosts and teams. Contains builtin libraries for common functions like logging, error handling, and assertions. Built with SRE / DevOps teams in mind.
wearpants/twiggy
Pythonic logger, shipped in Redhat & Debian
embeddedartistry/arduino-logger
Flexible logging library for the Arduino SDK, allowing the same logging interface to be used with multiple outputs.
logdyhq/logdy-ui
Stream command and output content to web UI with autogenerated filters. Transform content with TypeScript.
ceramicskate0/SWELF
Simple Windows Event Log Forwarder (SWELF). Its easy to use/simply works Log Forwarder and EVTX Parser. Almost in full release here at https://github.com/ceramicskate0/SWELF/releases/latest.
borasoftware/balau
Enterprise quality C++ application framework with dependency injection, test framework, and logging
JakubSlaby/Chirp
Chirp Logging Framework is designed to make handling console logs much easier, add context and extend the default functions added by Unity's Debug.Log classes.
stanwood/Harlow
ヽ༼ಠل͜ಠ༽ノ Harlow is an advanced iOS In App logging & debugging 🐛 framework written in Swift, with comprehensive logs for Analytics, Networking, Errors, Crashes and Print logs
fuchs-fabian/simbashlog
Simply log (and debug) your scripts/programs with Bash
parvez3019/log4error
Log4Error is a JAVA library that helps in reducing logs via smartly printing info logs only when error occur
slf4gwt/slf4gwt
slf4j emulation for GWT
VertigoRay/PSWriteLog
PSWriteLog is a tool to standardize logging without the need to use new function calls in your PowerShell scripts. Just configure the log location (or don't) and start logging with your standard Write functions.
elf4j/elf4j-engine
A stand-alone asynchronous Java log engine, implementing the ELF4J (Easy Logging Facade for Java) API
HowProgrammingWorks/Logging
Logging in Node.js and JavaScript
immobiliare/Glider-Sentry
Sentry.io Transport for Glider - Universal Logging for Swift
simonrob/pyoslog
Send messages to the macOS unified logging system from Python
chRyNaN/logger
A simple Kotlin Multiplatform logging abstraction
dominikwilkowski/log
No dependency better logging for your node app
gowthamrajk/SpringBootLogging
This module is about how to do Logging in springboot using Logback and SLF4J
HexaEngine/Hexa.NET.Logging
Hexa.NET.Logging is a small, efficient logging framework for .NET applications.
shaunchander/leucine
⚛️ A tiny, hybrid logging framework for client and server side applications. Works with bun and node.
araujo88/logtard
A simple, portable and dumb logging library in C++ with no bloatness nor mambo-jambo
devInstance/LogScope
LogScope.NET is a lightweight logging framework designed for tracing, profiling, and logging critical parts of your code.
elf4j/elf4j
A no-fluff Java logging facade
elf4j/elf4j-jul
An adapter to use java.util.logging as service provider and runtime logging engine for the ELF4J (Easy Logging Facade for Java) API
elf4j/elf4j-provider
A native logging service provider implementation of ELF4J (Easy Logging Facade for Java), and an independent logging solution for any Java application
elf4j/elf4j-tinylog
An adapter to use tinylog as service provider and runtime log engine for the ELF4J (Easy Logging Facade for Java) API
fuchs-fabian/simbashlog-debian-docker-template
Template for Debian Docker containers with simbashlog
no-src/log
A simple logging framework out of the box
wang14597/customizeLogger
一个线程安全的支持异步写入分区日志文件的轻量级日志框架:1、支持分区写入日志文件 2、自动拆分日志文件(按天拆分)3、 线程安全 4、WriterPool写入池保证了写入不同日志文件的效率 5、性能优越 6、屏蔽了日志文件写入流的创建和切换,开发者无需关注写入哪些日志文件,只需要指定对应UID即可。