#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| int32 | new_verbosity_level_ |
| | New 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.
|
| |
|
| static const std::int32_t | ID = -303429678 |
| | Identifier uniquely determining a type of the object.
|
| |
Sets the verbosity level of the internal logging of TDLib. Can be called synchronously.
Returns object_ptr<Ok>.
Definition at line 131461 of file td_api.h.
◆ ReturnType
Typedef for the type returned by the function.
Definition at line 131494 of file td_api.h.
◆ setLogVerbosityLevel() [1/2]
| td::td_api::setLogVerbosityLevel::setLogVerbosityLevel |
( |
| ) |
|
Default constructor for a function, which sets the verbosity level of the internal logging of TDLib. Can be called synchronously.
Returns object_ptr<Ok>.
◆ setLogVerbosityLevel() [2/2]
| td::td_api::setLogVerbosityLevel::setLogVerbosityLevel |
( |
int32 |
new_verbosity_level_ | ) |
|
|
explicit |
Creates a function, which sets the verbosity level of the internal logging of TDLib. Can be called synchronously.
Returns object_ptr<Ok>.
- Parameters
-
| [in] | new_verbosity_level_ | New 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. |
◆ store()
| void td::td_api::setLogVerbosityLevel::store |
( |
TlStorerToString & |
s, |
|
|
const char * |
field_name |
|
) |
| const |
|
finalvirtual |
Helper function for to_string method. Appends string representation of the object to the storer.
- Parameters
-
| [in] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
◆ ID
| const std::int32_t td::td_api::setLogVerbosityLevel::ID = -303429678 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 131491 of file td_api.h.
◆ new_verbosity_level_
| int32 td::td_api::setLogVerbosityLevel::new_verbosity_level_ |
New 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.
Definition at line 131472 of file td_api.h.
The documentation for this class was generated from the following file:
- /home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h