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
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to navinpeiris/logster

Open-source alternatives to Logster

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

  • alexcesaro/logAvatar alexcesaro

    alexcesaro/log

    48Vezi pe GitHub↗

    Logging packages for Go

    Go
    Vezi pe GitHub↗48
  • amoghe/distillogAvatar amoghe

    amoghe/distillog

    31Vezi pe GitHub↗

    Logging, distilled

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

    apex/log

    1,377Vezi pe GitHub↗
    Goapex-logsgolanglogger
    Vezi pe GitHub↗1,377
  • aphistic/gomolA

    aphistic/gomol

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • 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

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
  • azer/loggerAvatar azer

    azer/logger

    158Vezi pe GitHub↗

    Minimalistic logging library for Go.

    Go
    Vezi pe GitHub↗158
  • balderdashy/captains-logAvatar balderdashy

    balderdashy/captains-log

    42Vezi pe GitHub↗

    Lightweight logger with a simple pass-through configuration for use with fancier logging libraries. Used by the Sails framework. Optional support for colorized output, custom prefixes, and log levels (using npm's logging conventions.)

    JavaScript
    Vezi pe GitHub↗42
  • basho/lagerAvatar basho

    basho/lager

    42Vezi pe GitHub↗

    A logging framework for Erlang/OTP

    Erlang
    Vezi pe GitHub↗42
  • bevry/caterpillarAvatar bevry

    bevry/caterpillar

    402Vezi pe GitHub↗

    Caterpillar is the ultimate logging system for Deno, Node.js, and Web Browsers. Log levels are implemented to the RFC standard. Log entries can be filtered and piped to various streams, including coloured output to the terminal, the browser's console, and debug files. You can even write your own transforms.

    TypeScript
    Vezi pe GitHub↗402
  • borderstech/logmaticB

    borderstech/logmatic

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • bunyan-logger/bunyanAvatar bunyan-logger

    bunyan-logger/bunyan

    90Vezi pe GitHub↗

    The all-plugins-included package of the Bunyan distributed and pluggable logging system.

    Elixir
    Vezi pe GitHub↗90
  • caarlos0/logAvatar caarlos0

    caarlos0/log

    62Vezi pe GitHub↗

    Colorful CLI logger

    Go
    Vezi pe GitHub↗62
  • cabify/logrusiowriterAvatar cabify

    cabify/logrusiowriter

    16Vezi pe GitHub↗

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

    Go
    Vezi pe GitHub↗16
  • cabinjs/cabinAvatar cabinjs

    cabinjs/cabin

    891Vezi pe GitHub↗

    Cabin is the best self-hosted JavaScript and Node.js logging service . Supports Node v18+, Browser Environments, Express , Koa , and Lad Cabin is compatible with Sentry , Airbrake , Papertrail , Loggly , and Bugsnag .

    JavaScript
    Vezi pe GitHub↗891
  • 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
  • dalmatinerdb/mstoreAvatar dalmatinerdb

    dalmatinerdb/mstore

    11Vezi pe GitHub↗

    MStore is a experimental metric store build in erlang, the primary functions are open, new, get and put.

    Erlang
    Vezi pe GitHub↗11
  • 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
  • debug-js/debugAvatar debug-js

    debug-js/debug

    11,444Vezi pe GitHub↗

    This project is a JavaScript logging utility and namespace-based debugger used for printing formatted, color-coded debug messages to the console in Node.js, web browsers, and Deno. It serves as a console output formatter and execution time profiler to help identify bugs and track program flow. The system manages debug visibility through named namespaces, allowing specific groups of messages to be enabled or disabled via environment variables. It distinguishes different modules in the output stream by assigning specific colors to these namespaces. The utility includes capabilities for measuri

    JavaScriptbrowserdebugdebugging
    Vezi pe GitHub↗11,444
  • 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
  • duartejc/roggerAvatar duartejc

    duartejc/rogger

    10Vezi pe GitHub↗

    Elixir logger to publish log messages in RabbitMQ

    Elixir
    Vezi pe GitHub↗10
  • echocat/slf4gAvatar echocat

    echocat/slf4g

    5Vezi pe GitHub↗

    Simple Logging Facade for Golang

    Gogolangloggingsimple
    Vezi pe GitHub↗5
  • edoger/zkits-loggerAvatar edoger

    edoger/zkits-logger

    28Vezi pe GitHub↗

    A powerful zero-dependency json logger.

    Gogologlogger
    Vezi pe GitHub↗28
  • elixir-addicts/rollbaxAvatar elixir-addicts

    elixir-addicts/rollbax

    240Vezi pe GitHub↗

    Exception tracking and logging from Elixir to Rollbar

    Elixir
    Vezi pe GitHub↗240
  • ewwwwwqm/logdumpAvatar ewwwwwqm

    ewwwwwqm/logdump

    11Vezi pe GitHub↗

    Package for multi-level logging

    Go
    Vezi pe GitHub↗11
  • aerogo/logAvatar aerogo

    aerogo/log

    10Vezi pe GitHub↗

    :memo: Logging with multiple output targets.

    Gogologlogging
    Vezi pe GitHub↗10