Specifying the logging level using the Console.log() API #510
-
Hey there, Amazing library, kudos. I was wondering if there is a way of specifying a logging level when calling Are there any plans on adding a way of specifying a log level to the Thanks & Cheers |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Glad you like Rich. There's no level parameter in console.log.
|
Beta Was this translation helpful? Give feedback.
Glad you like Rich.
There's no level parameter in console.log.
console.log()
was not meant as a replacement for logging, even if they do generate similar output. The log method was more for quick debug output similar to Javascript's console.log.