Noties Debug Versions Save

Android logging utility

v5.0.0

4 years ago
  • Maven artifact location change: ru.noties:debug -> io.noties:debug
  • Package change ru.noties.debug -> io.noties.debug

v5.1.0

4 years ago
  • Added a simple lint check for correct pattern/arguments
  • Migrated to androidx (annotations)

v4.0.0

5 years ago
  • Removed debug-remove aftifact
  • Added nullability annotations where matter
  • Overloaded some logging methods to not create an array of arguments with each call
  • Added array handling for arguments (automatically expanded via Arrays.deepToString()
  • DebugOutputContainer is initialized once (during creation), if a DebugOutput returns false from debug (during configuration) it won't be included
  • Added ru.noties.Debug as default tag when caller tag cannot be obtained via reflection (better display in logcat)