pub async fn add_log_message(
verbosity_level: i32,
text: String,
client_id: i32,
) -> Result<(), Error>Expand description
Adds a message to TDLib internal log. Can be called synchronously
ยงArguments
verbosity_level- The minimum verbosity level needed for the message to be logged; 0-1023text- Text of a message to logclient_id- The client id to send the request to