-
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,
-
AppSignal
AppSignal knows why the f*#k it crashed. Stop vibe-debugging. Every exception, every backtrace, grouped so you see patterns, not noise.
-
GeekGreek
A library to spot you from gaving to copy a symbol from google every 3 mins while programming.
Related posts
-
On-Device AI and MCP on Every Port
-
Show HN: FAIth – a syntax-free JVM language, compiled by an LLM front-end
-
Lost my phone at the office. Claude suggested tracking Bluetooth signal strength
-
I split a commerce backend into 6 services for a shop with zero users. On purpose.
-
Optimizando el Testing de APIs con Karate