LogcatLogAdapter

open class LogcatLogAdapter : LogAdapter

Author

Umang Chamaria Date: 10/05/20

Functions

isLoggable
Link copied to clipboard
open fun isLoggable(logLevel: Int, logTag: String): Boolean
Used to determine whether log should be printed out or not.
log
Link copied to clipboard
abstract fun log(logLevel: Int, @Nullable() tag: String, @NonNull() message: String, throwable: Throwable)
log level, i.e.
open fun log(logLevel: Int, @Nullable() tag: String, @NonNull() message: String, @Nullable() throwable: Throwable)
log level, i.e.