core
core copied to clipboard
PSR-3 logging to replace output
I think it might be a good idea to change all output/print/echo calls to use the PSR-3 interface Since we want the core to be without a GUI, I think this is the way to go.
@SaWey this is a good idea since all output will be passed to GUI. So we can't rely on print/echo
+1