View Source ExTDLib.Method.SetLogVerbosityLevel (ExTDLib v0.0.4)

Sets the verbosity level of the internal logging of TDLib. Can be called synchronously. Returns object_ptr<Ok>.

NameTypeDescription
new_verbosity_levelnumberNew value of the verbosity level for logging. Value 0 corresponds to fatal errors, value 1 corresponds to errors, value 2 corresponds to warnings and debug warnings, value 3 corresponds to informational, value 4 corresponds to debug, value 5 corresponds to verbose debug, value greater than 5 and up to 1023 can be used to enable even more logging.

More details on telegram's documentation.