Log

open class Log

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
Link copied to clipboard
interface LogWriter

Functions

Link copied to clipboard
open fun d(@Nullable context: Any, @NonNull message: String, @NonNull params: Array<Any>)
open fun d(@Nullable context: Any, @NonNull throwable: Throwable, @NonNull message: String, @NonNull params: Array<Any>)
Link copied to clipboard
open fun e(@Nullable context: Any, @NonNull message: String, @NonNull params: Array<Any>)
open fun e(@Nullable context: Any, @NonNull throwable: Throwable, @NonNull message: String, @NonNull params: Array<Any>)
Link copied to clipboard
@NonNull
open fun getCurrentLogLevel(): Log.LogLevel
Link copied to clipboard
open fun getLineNumber(): Int
Link copied to clipboard
@Nullable
open fun getLogWriter(): Log.LogWriter
Link copied to clipboard
@NonNull
open fun getThreadName(): String
Link copied to clipboard
open fun i(@Nullable context: Any, @NonNull message: String, @NonNull params: Array<Any>)
open fun i(@Nullable context: Any, @NonNull throwable: Throwable, @NonNull message: String, @NonNull params: Array<Any>)
Link copied to clipboard
open fun setLogLevel(@NonNull level: Log.LogLevel)
Link copied to clipboard
open fun setLogWriter(@Nullable logWriter: Log.LogWriter)
Link copied to clipboard
open fun v(@Nullable context: Any, @NonNull message: String, @NonNull params: Array<Any>)
open fun v(@Nullable context: Any, @NonNull throwable: Throwable, @NonNull message: String, @NonNull params: Array<Any>)
Link copied to clipboard
open fun w(@Nullable context: Any, @NonNull message: String, @NonNull params: Array<Any>)
open fun w(@Nullable context: Any, @NonNull throwable: Throwable, @NonNull message: String, @NonNull params: Array<Any>)
Link copied to clipboard
open fun wtf(@Nullable context: Any, @NonNull message: String, @NonNull params: Array<Any>)
open fun wtf(@Nullable context: Any, @NonNull throwable: Throwable, @NonNull message: String, @NonNull params: Array<Any>)