Clarify verbosiy level range in the documentation.
This commit is contained in:
parent
ff3235e6d5
commit
435e4e483d
@ -126,7 +126,7 @@ class ClientManager final {
|
||||
/**
|
||||
* A type of callback function that will be called when a message is added to the internal TDLib log.
|
||||
*
|
||||
* \param verbosity_level Log verbosity level with which the message was added (-1 - 1024).
|
||||
* \param verbosity_level Log verbosity level with which the message was added from -1 up to 1024.
|
||||
* If 0, then TDLib will crash as soon as the callback returns.
|
||||
* None of the TDLib methods can be called from the callback.
|
||||
* \param message Null-terminated UTF-8-encoded string with the message added to the log.
|
||||
|
@ -25,7 +25,7 @@ using namespace CxCli;
|
||||
/// <summary>
|
||||
/// A type of callback function that will be called when a message is added to the internal TDLib log.
|
||||
/// </summary>
|
||||
/// <param name="verbosityLevel">Log verbosity level with which the message was added (-1 - 1024).
|
||||
/// <param name="verbosityLevel">Log verbosity level with which the message was added from -1 up to 1024.
|
||||
/// If 0, then TDLib will crash as soon as the callback returns.
|
||||
/// None of the TDLib methods can be called from the callback.</param>
|
||||
/// <param name="message">Null-terminated string with the message added to the log.</param>
|
||||
|
@ -88,7 +88,7 @@ TDJSON_EXPORT const char *td_execute(const char *request);
|
||||
/**
|
||||
* A type of callback function that will be called when a message is added to the internal TDLib log.
|
||||
*
|
||||
* \param verbosity_level Log verbosity level with which the message was added (-1 - 1024).
|
||||
* \param verbosity_level Log verbosity level with which the message was added from -1 up to 1024.
|
||||
* If 0, then TDLib will crash as soon as the callback returns.
|
||||
* None of the TDLib methods can be called from the callback.
|
||||
* \param message Null-terminated UTF-8-encoded string with the message added to the log.
|
||||
|
Loading…
Reference in New Issue
Block a user