Show HN: C++, Java and C# Light-Weight-Logger

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

AppSignal knows why the f*#k it crashed.
Stop vibe-debugging. Every exception, every backtrace, grouped so you see patterns, not noise.
www.appsignal.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. light-weight-logger

    A custom console logging library made for Java, C++ & C#.

    I may have accidentally put the link to the wrong repo it's at https://github.com/PenguineDavid/light-weight-logger

    This is a Library I've been working on with versions for C++, java & C# where you make custom formats and Log based on them, for example you could make an ERROR Like this:

    [ERROR] [date, time-stamp, time-zone]

    (file:thread-ID:line)

    but you would write it like this:

    // define the master format

    master_style = "%C[%N]%c%S%G[%D %T %Z]%c %M %G(%F:%t:%L)";

    // tell the logger what colour to use for a given name

    logger.add_format("ERROR", master_style, Colour::RED);

    so now the [ERROR] part will be red,

  2. AppSignal

    AppSignal knows why the f*#k it crashed. Stop vibe-debugging. Every exception, every backtrace, grouped so you see patterns, not noise.

    AppSignal logo
  3. GeekGreek

    A library to spot you from gaving to copy a symbol from google every 3 mins while programming.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • On-Device AI and MCP on Every Port

    1 project | dev.to | 9 Aug 2026
  • Show HN: FAIth – a syntax-free JVM language, compiled by an LLM front-end

    1 project | news.ycombinator.com | 9 Aug 2026
  • Lost my phone at the office. Claude suggested tracking Bluetooth signal strength

    4 projects | news.ycombinator.com | 8 Aug 2026
  • I split a commerce backend into 6 services for a shop with zero users. On purpose.

    1 project | dev.to | 8 Aug 2026
  • Optimizando el Testing de APIs con Karate

    1 project | dev.to | 8 Aug 2026