I'd like to replace all console.* calls to loglevel.* calls but I discovered that there is no log method which is widely used with console. The info method does not fit well because the browser console highlights the info message with an icon making these messages somewhat more specific than default logging.
Any chance adding log?
I'd like to replace all
console.*calls tologlevel.*calls but I discovered that there is nologmethod which is widely used withconsole. Theinfomethod does not fit well because the browser console highlights the info message with an icon making these messages somewhat more specific than default logging.Any chance adding
log?