The apex/log logger is one I used with many of my earlier projects (which are still maintained). The logger works well, but appears to be unmaintained.
I use the rs/zerolog logger pretty heavily now in newer projects, but for the older projects I'm open to trying one of the alternatives to apex/log which have been released in the last year or so.
Overview
The
apex/log
logger is one I used with many of my earlier projects (which are still maintained). The logger works well, but appears to be unmaintained.I use the
rs/zerolog
logger pretty heavily now in newer projects, but for the older projects I'm open to trying one of the alternatives toapex/log
which have been released in the last year or so.References