As a javascript developer, you probably use console.log or console.error a lot, it's the fastest way to debug and it's one of the first things you learn to code when you start with javascript,
But what happens when you have to do many consoles in different places in order to debug, or you have a big app with many consoles and you want to delete some of them,
well this is what console-from was designed to do. you just require it at the start of your app and from now on all your consoles will show you there location
Top comments (0)