awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to emilk/loguru

Open-source alternatives to Loguru

30 open-source projects similar to emilk/loguru, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Loguru alternative.

  • uber-go/zapAvatar uber-go

    uber-go/zap

    24,329Vezi pe GitHub↗

    Zap is a high-performance structured logging library designed for production environments. It provides a framework for generating machine-readable logs that minimize memory overhead and CPU usage, allowing for efficient event analysis and system monitoring. The library distinguishes itself through a focus on zero-allocation logging, utilizing buffer pooling to reduce garbage collection pressure during high-frequency operations. It enforces strict data typing through compile-time checks and structured field encoding, which ensures consistent output without the performance cost of reflection-ba

    Gogolangloggingstructured-logging
    Vezi pe GitHub↗24,329
  • sirupsen/logrusAvatar sirupsen

    sirupsen/logrus

    25,736Vezi pe GitHub↗

    Logrus is a structured logging library for Go that produces machine-readable output using key-value pairs and JSON formatting. It serves as a pluggable logging framework providing a thread-safe event logger with configurable mutex locking to manage concurrent writes across multiple goroutines. The project distinguishes itself through a pluggable hook system that routes log entries to external services or custom destinations. It also features a contextual logger capable of attaching persistent metadata and request-scoped fields to entries to improve traceability. The framework covers broad ob

    Gogologginglogrus
    Vezi pe GitHub↗25,736
  • gabime/spdlogAvatar gabime

    gabime/spdlog

    28,922Vezi pe GitHub↗

    spdlog is a high-performance C++ logging library designed to record diagnostic messages and application events. It serves as an asynchronous logging framework and thread-safe library that coordinates access across concurrent threads to maintain message integrity. The project functions as a multi-target log router, distributing single events to multiple destinations such as consoles, files, and system daemons. It includes a log rotation manager that handles file lifecycles through basic, rotating, or daily rollover strategies to prevent disk exhaustion. The library covers a broad range of cap

    C++cppcpp11header-only
    Vezi pe GitHub↗28,922

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Find more with AI search
  • mengrao/fmtlogAvatar MengRao

    MengRao/fmtlog

    1,020Vezi pe GitHub↗

    fmtlog is a performant fmtlib-style logging library with latency in nanoseconds.

    C++fmtlibhigh-performancelogging
    Vezi pe GitHub↗1,020
  • rs/zerologAvatar rs

    rs/zerolog

    12,220Vezi pe GitHub↗

    Zerolog is a structured logging library for Go designed for high-performance event capture and observability. It focuses on generating machine-readable JSON output while minimizing memory overhead through zero-allocation buffer encoding and strongly-typed field validation. The library distinguishes itself by providing a chainable, context-aware interface that allows developers to bind trace identifiers and metadata directly to request lifecycles. It supports complex diagnostic workflows by enabling independent logger instances, custom output routing to multiple concurrent destinations, and ev

    Gogolangjsonlogging
    Vezi pe GitHub↗12,220
  • folke/snacks.nvimAvatar folke

    folke/snacks.nvim

    7,747Vezi pe GitHub↗

    snacks.nvim is a comprehensive collection of quality-of-life plugins and utilities designed to extend the core functionality of Neovim. It serves as a multi-purpose toolkit providing a UI framework, navigation enhancements, and integrations with external services. The project distinguishes itself by combining a wide array of specialized tools into a single suite, including a picker-based file explorer, a deep GitHub integration for managing issues and pull requests, and a set of development utilities for profiling Lua performance and inspecting code execution. Its broader capability surface

    Lua
    Vezi pe GitHub↗7,747
  • amoghe/distillogAvatar amoghe

    amoghe/distillog

    31Vezi pe GitHub↗

    Logging, distilled

    Gogolangloggerlogger-interface
    Vezi pe GitHub↗31
  • alexcesaro/logAvatar alexcesaro

    alexcesaro/log

    48Vezi pe GitHub↗

    Logging packages for Go

    Go
    Vezi pe GitHub↗48
  • afiqiqmal/ezyloggerAvatar afiqiqmal

    afiqiqmal/EzyLogger

    8Vezi pe GitHub↗

    Simple Logger for Android

    Java
    Vezi pe GitHub↗8
  • apex/logAvatar apex

    apex/log

    1,377Vezi pe GitHub↗
    Goapex-logsgolanglogger
    Vezi pe GitHub↗1,377
  • apsdehal/go-loggerAvatar apsdehal

    apsdehal/go-logger

    288Vezi pe GitHub↗

    Simple logger for Go programs. Allows custom formats for messages.

    Gogolangloggerlogging-library
    Vezi pe GitHub↗288
  • arthurkiller/rollingwriterAvatar arthurkiller

    arthurkiller/rollingwriter

    292Vezi pe GitHub↗

    Rolling writer is an IO util for auto rolling write in go.

    Gofilewritergolang-libraryioutil
    Vezi pe GitHub↗292
  • ayoubtadlaoui/gologxAvatar AyoubTadlaoui

    AyoubTadlaoui/GoLogX

    4Vezi pe GitHub↗

    Tamper-evident audit log for Go: an append-only, hash-chained, optionally Ed25519-signed log/slog handler, with offline logx verify. Built on the standard library, zero third-party dependencies. Also a full slog toolkit (colored output, JSON, rotation, fan-out, CLI).

    Goai-agentsai-safetyaudit-log
    Vezi pe GitHub↗4
  • azer/loggerAvatar azer

    azer/logger

    158Vezi pe GitHub↗

    Minimalistic logging library for Go.

    Go
    Vezi pe GitHub↗158
  • apache/log4jAvatar apache

    apache/log4j

    868Vezi pe GitHub↗

    Dear Log4j community,

    Java
    Vezi pe GitHub↗868
  • agners/sht15loggerAvatar agners

    agners/sht15logger

    0Vezi pe GitHub↗

    Temperature and Humidity Logger using SHT15 written in Python 3 (MicroPython for the PyBoard 1.1).

    Python
    Vezi pe GitHub↗0
  • cabify/logrusiowriterAvatar cabify

    cabify/logrusiowriter

    16Vezi pe GitHub↗

    io.Writer implementation using logrus logger managed by soy-programador

    Go
    Vezi pe GitHub↗16
  • caarlos0/logAvatar caarlos0

    caarlos0/log

    62Vezi pe GitHub↗

    Colorful CLI logger

    Go
    Vezi pe GitHub↗62
  • christianpanov/lwlogAvatar ChristianPanov

    ChristianPanov/lwlog

    347Vezi pe GitHub↗

    Very fast synchronous and asynchronous C++17 logging library

    C++
    Vezi pe GitHub↗347
  • chzyer/logexAvatar chzyer

    chzyer/logex

    42Vezi pe GitHub↗

    An golang log lib, supports tracking and level, wrap by standard log lib

    Go
    Vezi pe GitHub↗42
  • cihub/seelogAvatar cihub

    cihub/seelog

    1,637Vezi pe GitHub↗

    Seelog is a native Go logging library that provides flexible asynchronous dispatching, filtering, and formatting.

    Go
    Vezi pe GitHub↗1,637
  • clok/kembaAvatar clok

    clok/kemba

    17Vezi pe GitHub↗

    A tiny debug logging tool. Ideal for CLI tools and command applications. Inspired by https://github.com/visionmedia/debug

    Goawesomeawesome-goawesome-golang
    Vezi pe GitHub↗17
  • cocoalumberjack/cocoalumberjackAvatar CocoaLumberjack

    CocoaLumberjack/CocoaLumberjack

    13,327Vezi pe GitHub↗

    CocoaLumberjack is a logging framework designed for Apple platforms, providing a system for capturing, filtering, and managing diagnostic messages within mobile and desktop applications. It serves as a tool for monitoring software health and troubleshooting runtime issues by recording application events across various severity levels. The framework utilizes a modular architecture that allows developers to define custom log levels and route diagnostic output to multiple concurrent destinations, including the system console, local files, and remote servers. It incorporates an asynchronous pipel

    Objective-Ccarthagecocoalumberjackcocoapods
    Vezi pe GitHub↗13,327
  • conradev/blocktypedescriptionC

    conradev/BlockTypeDescription

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • davecgh/go-spewAvatar davecgh

    davecgh/go-spew

    6,393Vezi pe GitHub↗

    go-spew is a deep inspection library and debugging utility for Go. It functions as a data structure pretty printer that renders complex, nested types into human-readable strings with indentation and type information. The library provides specialized capabilities for visualizing internal program states, including the ability to dump data structures with pointer addresses and map keys. It includes a configuration system to adjust printing behavior, such as limiting recursion depth and setting indentation. The tool uses reflection-based type inspection and recursive tree traversal to handle nes

    Go
    Vezi pe GitHub↗6,393
  • delgan/loguruAvatar Delgan

    Delgan/loguru

    23,964Vezi pe GitHub↗

    Loguru is a Python logging library and thread-safe framework designed for recording system events and diagnostic messages. It functions as a structured logging tool that can serialize messages into JSON strings with metadata for automated parsing and analysis. The library includes a specialized exception tracker that captures unhandled crashes across main and background threads, rendering detailed stack traces that include local variable values. It further distinguishes itself through a unified routing pipeline that can intercept messages from the standard library logging module and dispatch

    Python
    Vezi pe GitHub↗23,964
  • deruina/timberjackAvatar DeRuina

    DeRuina/timberjack

    143Vezi pe GitHub↗

    Timberjack is a Go log rolling library with support for size-based, time-based, and manual rotation.

    Golog-managementlog-rollinglog-rotation
    Vezi pe GitHub↗143
  • devbis/micropython-aiosentryAvatar devbis

    devbis/micropython-aiosentry

    10Vezi pe GitHub↗

    Here is a class for sending an exception with stacktrace from your micropython instance to Sentry.

    Python
    Vezi pe GitHub↗10
  • dropwizard/metricsAvatar dropwizard

    dropwizard/metrics

    7,845Vezi pe GitHub↗

    This project is an application performance monitoring tool and JVM metrics library designed to measure workload behavior and export performance data to external monitoring databases. It serves as an instrumentation toolkit for tracking resource usage and internal runtime behavior within a Java execution environment. The system focuses on application performance measurement and JVM application monitoring, specifically tracking system health and runtime resource analysis to identify bottlenecks and stability issues. It provides a mechanism for external metrics export, sending captured data to t

    Java
    Vezi pe GitHub↗7,845
  • an-dr/micrologAvatar an-dr

    an-dr/microlog

    170Vezi pe GitHub↗

    Easy to use - simple API, works out of the box - Advanced filtering and log levels per topic or output - Thread-safety via external locking injection - Customization - only data you need - Extensible - add your own features via public API, set of predefined extensions - Support for embedded…

    C
    Vezi pe GitHub↗170