LoggerDelegate

interface LoggerDelegate

Functions

Link copied to clipboard
abstract fun debug(@NonNull tag: String, @NonNull message: String)
Link copied to clipboard
abstract fun error(@NonNull tag: String, @NonNull message: String)
abstract fun error(    @NonNull tag: String,     @NonNull message: String,     @Nullable exception: Throwable)
Link copied to clipboard
abstract fun info(@NonNull tag: String, @NonNull message: String)

Inheritors

Link copied to clipboard