error

open fun error(@NonNull message: String)

Send a log to Log &Crash Server for analyzing the string message with error level.

The levels are as follows: fatal >error >warn >info >debug

Log &Crash Search allows fast and patterned search of any logs you want among a large volume.

Since

Added 2.6.0.

Parameters

message

Log messages to send to the Log &Crash server.


open fun error(@NonNull format: String, @NonNull args: Array<Any>)

Send a log to Log &Crash Server for analyzing the string message with error level.

The levels are as follows: fatal >error >warn >info >debug

Log &Crash Search allows fast and patterned search of any logs you want among a large volume.

Since

Added 2.6.0.

Parameters

format

String format to send to the Log &Crash server.

args

Arguments that make up the string format.


open fun error(@NonNull message: String, @NonNull userFields: Map<String, String>)

Send a log to Log &Crash Server for analyzing the string message with error level.

The levels are as follows: fatal >error >warn >info >debug

Log &Crash Search allows fast and patterned search of any logs you want among a large volume.

Since

Added 2.6.0.

Parameters

message

Log messages to send to the Log &Crash server.

userFields

Additional information you want to send Log &Crash server together.