Digistar Hacker Faisal This modules provides printPretty function which log args with one of these levels: info warn error debug Usage Example: // this prints "Hello" and "World" in warning mode. printPretty("warn", "Hello", "World")