Hi guys,
I got a really nice total-newbie question for you:
I’d like to use log-levels (DEBUG/INFO/WARNING/ERROR/CRITICAL) within my code
PLUS I’d like to be able to configure custom error-handlers for those levels (for example send ALL ‘critical’ messages to an email).
Is there a best-practise for this in meteor?