Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Logging

Logging

467 projects

Showing 36 of 467 projects

xerial
xerialScala

A collection of Scala utilities for data management, including logging, benchmarking, parsing, and object schema inspection.

#type-inspection#command-line-parser#logging
Stars19
Forks2
Last commit9 years ago
mqtt2mongodb
mqtt2mongodbPython

A Python tool that listens to MQTT topics and logs all incoming messages to a MongoDB database.

#paho-mqtt#data-persistence#mqtt
Stars19
Forks8
Last commit5 years ago
dawn
dawnGo

An opinionated lightweight Go framework for building web APIs and applications, built on top of Fiber.

#gofiber#modular-architecture#api
Stars18
Forks0
Last commit3 years ago
kemba
kembaGo

A tiny debug logging tool for Go, inspired by visionmedia/debug, ideal for CLI tools and command applications.

#environment-variables#go-library#debug
Stars18
Forks1
Last commit4 days ago
OkLog
OkLogSwift

A network logger for iOS and macOS that encodes request/response data into shareable debug URLs.

#network-logging#ios#developer-tools
Stars18
Forks4
Last commit4 years ago
SimpleFileLogger
SimpleFileLoggerSwift

A Vapor provider that outputs server logs to separate files based on log level.

#vapor-service#backend-development#debugging-tools
Stars18
Forks7
Last commit6 years ago
dropwizard-logstash-encoder
dropwizard-logstash-encoderJava

A Dropwizard logging addon that enables sending structured logs to Logstash using the logstash-logback-encoder.

#devops#logstash#java
Stars18
Forks26
Last commit8 years ago
codeship-go
codeship-goGo

Go client library for interacting with the Codeship API v2, providing authentication, pagination, and logging.

#codeship#go-client#continuous-integration
Stars18
Forks7
Last commit5 years ago
leakhound
leakhoundGo

A Go static analysis tool that detects accidental logging of sensitive struct fields tagged with `sensitive:"true"`.

#sensitive-data#cli-tool#security
Stars17
Forks0
Last commit1 month ago
dlog
dlogGo

A Go library for build-time controlled debug logging with caller location tracking.

#caller-tracking#zero-overhead#debug
Stars17
Forks2
Last commit9 years ago
vLogQL
vLogQLV

A tiny, portable command-line client for querying Loki log databases using LogQL.

#search#client#vlang
Stars17
Forks6
Last commit2 years ago
NLog.MailKit
NLog.MailKitC#

A MailKit-based email target for NLog, replacing the original NLog Mail Target with modern SMTP support.

#nlog-target#mail#netstandard20
Stars17
Forks10
Last commit6 days ago
xylog
xylogGo

A Go logging library combining Python logging's design with zap's encoding for structured, hierarchical, and high-performance logging.

#python-like#high-performance#logging-library
Stars17
Forks2
Last commit3 years ago
.Net FlumeNG Clients
.Net FlumeNG ClientsC#

Provides NLog and log4net targets for sending C# application logs to Apache Flume via Thrift protocol.

#log4net#csharp#log-aggregation
Stars17
Forks8
Last commit12 years ago
log
logGo

A simple leveled logging wrapper for Go's standard log package with zero dependencies.

#zero-dependency#library#minimalist
Stars17
Forks0
Last commit3 years ago
log-capture
log-captureJava

A Java library for asserting log messages in tests, specifically designed for Logback with support for MDC, exceptions, and markers.

#unit-testing#integration-testing#mdc
Stars16
Forks4
Last commit2 months ago
lager_loggly
lager_logglyErlang

A Loggly backend for the Lager logging framework to send Erlang/Elixir application logs to Loggly.

#elixir#observability#loggly
Stars16
Forks5
Last commit9 years ago
micropython-usyslog
micropython-usyslogPython

A simple remote syslog client for MicroPython that sends log messages over UDP to a syslog server.

#iot#embedded-systems#micropython
Stars16
Forks6
Last commit3 years ago
glo
gloGo

A flexible logging library for Go inspired by Monolog, featuring severity levels and customizable handlers.

#severity-levels#log#golang-library
Stars16
Forks1
Last commit7 years ago
logrusiowriter
logrusiowriterGo

An io.Writer implementation that redirects Go's standard log package output to logrus for structured logging.

#logrus#golang-library#logging
Stars15
Forks1
Last commit1 year ago
aws-dotnet-trace-listener
aws-dotnet-trace-listenerC#

A .NET trace listener that logs System.Diagnostics events directly to Amazon DynamoDB.

#tracing#amazon-dynamodb#cloud-logging
Stars15
Forks12
Last commit3 years ago
wicket-clientside-logging
wicket-clientside-loggingJava

A Wicket library that captures JavaScript client-side logs and stores them on the server for debugging.

#wicket#java#error-tracking
Stars15
Forks5
Last commit8 years ago
Spy
SpySwift

A flexible, lightweight, multiplatform logging utility for Swift with customizable levels and channels.

#ios#developer-tools#osx
Stars14
Forks0
Last commit4 years ago
go-log
go-logGo

A simple and configurable logging library for Go with log levels, formatters, and rolling file writers.

#filewriter#log4j-inspired#writers
Stars14
Forks7
Last commit8 years ago
gohoney
gohoneyGo

A Go-based SSH honeypot that logs attacker commands and IP addresses in a fake shell environment.

#ssh-honeypot#logging#intrusion-detection
Stars14
Forks2
Last commit12 years ago
graylog-plugin-mqtt
graylog-plugin-mqttJava

A Graylog input plugin that subscribes to MQTT brokers and indexes published messages for centralized logging.

#iot#graylog-plugin#graylog
Stars13
Forks9
Last commit2 years ago
lager_smtp
lager_smtpErlang

SMTP backend for Lager that enables sending email notifications from Erlang/OTP applications via SMTP servers.

#email-notifications#lager-integration#otp
Stars13
Forks4
Last commit13 years ago
deppie
deppieElixir

A minimal, fast deprecation logger for Elixir that logs warnings only once per function call.

#debugging-tools#elixir#library-development
Stars12
Forks0
Last commit7 years ago
react-native-native-log
react-native-native-logJava

A React Native logging library that calls native iOS NSLog() and Android Log.i() for better debugging with E2E testing tools.

#ios#native-modules#android
Stars12
Forks0
Last commit3 years ago
opentelemetry
opentelemetryGo

An OpenTelemetry plugin for Genkit Go that provides automatic traces, metrics, and logs with support for multiple exporters.

#tracing#observability#telemetry
Stars12
Forks1
Last commit4 days ago
dlogg
dloggD

A D language logging library designed for scalability, high concurrency, and daemon applications with lazy logging and log rotation.

#d-language#high-performance#customizable-logging
Stars12
Forks4
Last commit8 years ago
logo
logoGo

A simple and configurable logging library for Go with support for multiple writers and color output.

#golog#log#golang-library
Stars12
Forks2
Last commit5 years ago
Chia
ChiaCSS

An F# library providing helper functions for reporting, logging, and Azure cloud operations.

#reporting#redis#azure
Stars12
Forks2
Last commit3 years ago
Sentry plugin
Sentry pluginPHP

A CakePHP plugin that integrates Sentry error monitoring and performance tracking for CakePHP 4.4+ and 5+ applications.

#error-monitoring#performance-tracking#sentry-integration
Stars12
Forks7
Last commit22 days ago
loveprofiler
loveprofilerLua

A simple logger and profiler for Löve2D that displays game state and logs on canvas or in the terminal.

#game-development#logging#performance-monitoring
Stars12
Forks0
Last commit1 year ago
Rest Client
Rest ClientPHP

A Magento 2 module that industrializes REST API integrations using Guzzle and dependency injection to reduce boilerplate code.

#caching#dependency-injection#rest-api
Stars12
Forks4
Last commit4 months ago
PreviousPage 11 of 13Next

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
#Debugging114
#Go97
#Structured Logging82
#Monitoring78
#Logger57
#Golang57
#Observability56
#Developer Tools54
#Logging Library44
#Log43
#Devops41
#Dotnet38