logInfo

public void logInfo(@NonNull() String message)

Remotely logs a message at INFO level. These log messages will appear as part of the session timeline, and can be used to describe what was happening at a particular time within the app.

Parameters

message

the message to remotely log


public void logInfo(@NonNull() String message, @Nullable() Map<String, Object> properties)

Remotely logs a message at INFO level. These log messages will appear as part of the session timeline, and can be used to describe what was happening at a particular time within the app.

Parameters

message

the message to remotely log

properties

custom key-value pairs to include with the log message