java.lang.Object | |
↳ | greendroid.util.Config |
Information about the current GreenDroid build.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean | GD_ERROR_LOGS_ENABLED | Indicates whether error logs are enabled. | |||||||||
boolean | GD_INFO_LOGS_ENABLED | Indicates whether info logs are enabled. | |||||||||
boolean | GD_WARNING_LOGS_ENABLED | Indicates whether warning logs are enabled |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Indicates whether error logs are enabled. Error logs are usually always enabled, even in production releases.
Indicates whether info logs are enabled. This should be true only when developing/debugging an application/the library
Indicates whether warning logs are enabled