Nitin Kumar

Results 221 comments of Nitin Kumar

I will take a look and send a PR for this in near future.

``` const logging = require('webpack/lib/logging/runtime'); logging.getLogger('test').info('helllo'); ``` The above code outputs without color, do we have to specify some other configurations to get the colors? ![Screenshot at 2020-07-29 16-08-38](https://user-images.githubusercontent.com/46647141/88790424-cb668200-d1b5-11ea-9020-d3de2ce5e006.png)

Same behavior. ![Screenshot at 2020-07-29 17-59-46](https://user-images.githubusercontent.com/46647141/88800175-5d29bb80-d1c5-11ea-90e0-50502667ed83.png)

we use logging before we run webpack and sometimes after, and when we do other actions that don't need webpack (like init/info/migrate/generate), so I think we can't use infrastructure logger.

@sokra isn't it possible to have colors with runtime?

@sokra makes sense, How should I go ahead in Implementing this feature?