Comment on Blackbird - Open Source JavaScript Logging Utility Comments−sonofjanoh15yIt's nice, the only thing is, if your site's style sheet uses class names like "error", "debug" and so on, it will mess up the log window.You have 2 options: 1 - modify your styles 2 - modify blackbird styles + codeI'll stick to console.log as well but a great tool nevertheless.
Comments
It's nice, the only thing is, if your site's style sheet uses class names like "error", "debug" and so on, it will mess up the log window.
You have 2 options: 1 - modify your styles 2 - modify blackbird styles + code
I'll stick to console.log as well but a great tool nevertheless.