Interface | Description |
---|---|
ALogger |
Interface to send logging messages.
|
Class | Description |
---|---|
ALog |
Simple customizable logger for Android.
|
ALogConfiguration |
Represents
ALog configuration which can be used to configure ALog if passed to
ALog.initialize(ALogConfiguration) . |
ALogConfiguration.Builder |
Builder to create configured
ALogConfiguration instance. |
Enum | Description |
---|---|
ALogLevel |
Represents logging levels.
|