light-weight-logger

A custom console logging library made for Java, C++ & C#. (by PenguineDavid)

Light-weight-logger Alternatives

Similar projects and alternatives to light-weight-logger

  1. GeekGreek

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

  2. ReSharper

    ReSharper is now available in VS Code and Cursor. ReSharper brings a professional toolset for C# developers backed by over 20 years of experience, enterprise-grade security, SOC 2 compliance, and the trust of companies worldwide.

    ReSharper logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better light-weight-logger alternative or higher similarity.

light-weight-logger discussion

Log in or Post with

light-weight-logger reviews and mentions

Posts with mentions or reviews of light-weight-logger. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2026-06-30.
  • Show HN: C++, Java and C# Light-Weight-Logger
    1 project | news.ycombinator.com | 30 Jun 2026
    3 projects | news.ycombinator.com | 30 Jun 2026
    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,

Stats

Basic light-weight-logger repo stats
3
3
6.3
26 days ago

PenguineDavid/light-weight-logger is an open source project licensed under GNU Lesser General Public License v3.0 only which is an OSI approved license.

The primary programming language of light-weight-logger is C#.


Sponsored
ReSharper is now available in VS Code and Cursor
ReSharper brings a professional toolset for C# developers backed by over 20 years of experience, enterprise-grade security, SOC 2 compliance, and the trust of companies worldwide.
www.jetbrains.com