set Enabled
Sets whether this logger is enabled. If enabled, all logs are printed to LogCat. If disabled, all logs are ignored.
Parameters
is Enabled
Prints all logs to LogCat if true
, ignores all logs when
false
.
Sets whether this logger is enabled. If enabled, all logs are printed to LogCat. If disabled, all logs are ignored.
Prints all logs to LogCat if true
, ignores all logs when
false
.