Skip to content

Releases: supermegazinc/Android-Logger-Library

2.1

Choose a tag to compare

@supermegazinc supermegazinc released this 04 Jan 00:11
Package Dependency Fix + Readme Update + New Version

2.0

2.0

Choose a tag to compare

@supermegazinc supermegazinc released this 03 Jan 11:47
Clean Repo + Github Package

1.7

1.7

Choose a tag to compare

@supermegazinc supermegazinc released this 02 Jan 20:07

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.

1.6

1.6

Choose a tag to compare

@supermegazinc supermegazinc released this 01 Dec 15:58
UPDATE

1.5

1.5

Choose a tag to compare

@supermegazinc supermegazinc released this 01 Dec 15:52
UPDATE

1.4

1.4

Choose a tag to compare

@supermegazinc supermegazinc released this 01 Dec 15:43
UPDATE