We roll our own loggin and remove our dependency on log4js. This prepares us for the mutation server protocol, where multiple calls are made to Stryker at once.
Could I have made it work with log4js? Probably yes. But I was tired of maintaining our dependency on it. It also saves us about 1MB of dependencies.
We roll our own loggin and remove our dependency on log4js. This prepares us for the mutation server protocol, where multiple calls are made to Stryker at once.
Could I have made it work with log4js? Probably yes. But I was tired of maintaining our dependency on it. It also saves us about 1MB of dependencies.
See #5086