right now as a library Hercules uses the std log directly - it'd be nice to introduce a small logger interface that can be optionally fulfilled by another logger. otherwise if nothing is provided, Hercules can use the standard logger as it does currently.
I can implement this once I finish #238 !
right now as a library Hercules uses the std
logdirectly - it'd be nice to introduce a smallloggerinterface that can be optionally fulfilled by another logger. otherwise if nothing is provided, Hercules can use the standard logger as it does currently.I can implement this once I finish #238 !