Light-weight-logger Alternatives
Similar projects and alternatives to light-weight-logger
-
GeekGreek
A library to spot you from gaving to copy a symbol from google every 3 mins while programming.
-
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.
light-weight-logger discussion
light-weight-logger reviews and mentions
-
Show HN: C++, Java and C# Light-Weight-Logger
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
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#.