darekf77 / ng2-logger

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

Coloring log messages in console not working in IE11 #32

Closed jdoose closed 6 years ago

jdoose commented 6 years ago

In IE11, the coloring of the console output does not work: image

It should be possible to fix this by modifying display.ts, line 40-42, right?

darekf77 commented 6 years ago

https://github.com/darekf77/ng2-logger/issues/29