Logatim
An isomorphic logger which implements
log levels and ANSI 16 styles.
Debug faster styling your outputs with colors, background colors and sets. Concat any style like writing plain english for create awesome logs. No more bored and difficult to track black and white terminals.
Learn once, implement multiple times! Logatim is isomorphic so it can run over node or on the client side without any change, config making or dependency. The official bundles includes the following dependency injection patterns: umd, amd, commonjs and var.
Control what's outputed in your app. Set the log level programatically and print exactly what you need in every moment. Logatim implements the 5 primary levels: silent, debug, info, warn and error.
You can try it right now on the browser console of this website
or in the offical Logatim sandbox hosted at Runnable