Skip to content

1.7

Choose a tag to compare

@supermegazinc supermegazinc released this 02 Jan 20:07
· 5 commits to master since this release

This new version allows to use a Custom Logger in which you can control what will be shown.
This is useful in a use-case when you want to display certain things during development but hide them during release.

Now, every method that will use the logger should expect a Logger interface.
For most of the cases, the class LoggerImpl should be used.
For a custom case, the class LoggerCustom should be used.