StreamPackLogger

Implementation of ILogger. Use as default logger in StreamPack. It calls Android Log.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun d(tag: String, message: String, tr: Throwable?)

Logs a debug message.

Link copied to clipboard
open override fun e(tag: String, message: String, tr: Throwable?)

Logs an error.

Link copied to clipboard
open override fun i(tag: String, message: String, tr: Throwable?)

Logs an info.

Link copied to clipboard
open override fun v(tag: String, message: String, tr: Throwable?)

Logs a verbose message.

Link copied to clipboard
open override fun w(tag: String, message: String, tr: Throwable?)

Logs a warning.