darekf77 / ng2-logger

Isomorphic logger for Browser and NodeJS, ( typescript / javascript ) apps
MIT License
61 stars 17 forks source link

console.info console.warn console.error on other browsers #43

Open HonoluluHenk opened 6 years ago

HonoluluHenk commented 6 years ago

Most browsers support console.warn/error/info, not just IE :) Would be nice to have the proper log channel, as (i.e. in chrome) each channel can be enabled/disabled in dev tools and each channel has a matching icon in front of the log message