DefaultLoggerDelegate

open class DefaultLoggerDelegate : Logger.LoggerDelegate

Default logger delegate implementation which logs in LogCat with Log. Log tag is set to UploadService for all the logs.

Functions

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