Hi! I continue developing my logging library. I’m not getting much positive response from the internet, but the developing itself is too fun, so I continue adding new features (and use them in my other projects 🙂) This time I…
Category: microlog
New Release: microlog 5.1.0
Here is a new version of microlog with improved custom callback handling. It is not always simple to redirect printf output on some platforms. For this, in the last release, I’ve added a new ulog_add_callback function. microlog is a C-based…
microlog – I Made another Logging Library in C but with Emojis
I have a lot of small projects, over 100 repos on GitHub. Most of them are simple prototypes, and after some time I started to think about some unification, so I spend less time on typical tasks. These tasks include…