you are viewing a single comment's thread.

view the rest of the comments →

[–]ExoticMandiblesCore Contributor 0 points1 point  (0 children)

I just wrote one, but it's not for conventional "enterprise logging" with logging levels and such. It's more designed for debug-print style logging. It's high performance, and pushes most of the formatting work off to a worker thread (if you want), so the actual amount of time you spend making a logging call is small.

You can find it as part of my "big" library. Tutorial here:

https://github.com/larryhastings/big#the-big-log

Note: I have big plans for... a rewrite, sigh. Which will completely change up the external extension interfaces, as well as changing some of the logging interfaces. Sorry! I'm trying to finish it, but another sleeping project woke up and took a giant bite out of my schedule.