| Class | Description |
|---|---|
| LayoutUtils | |
| Log |
Utility class for Android libraries, that simplifies the use of
Log by improving
the call to all log methods by supplying arguments as parameters '%s' instead of creating a string. |
| Logger |
Utility class that simplifies the use of
Log by improving the call
to all log methods by supplying arguments as parameters instead of creating a string. |
| Annotation Type | Description |
|---|---|
| Log.Level |
Annotation interface for log level:
Log.Level.VERBOSE, Log.Level.DEBUG, Log.Level.INFO,
Log.Level.WARN, Log.Level.ERROR, Log.Level.SUPPRESS |