webtides / luna-js

MIT License
8 stars 0 forks source link

Add a log function to the luna object #36

Open lukas-schardt opened 3 years ago

lukas-schardt commented 3 years ago

Currently there are console.logs scattered across the project. In some projects the logs need to be disabled or a custom log service should be used. For this the console.log should be replaced with a reusable luna.log method.