Fix misprint.
This commit is contained in:
parent
b7e77765be
commit
b86a3fe227
@ -21,7 +21,7 @@ namespace td {
|
|||||||
* Interface for managing the internal logging of TDLib.
|
* Interface for managing the internal logging of TDLib.
|
||||||
* By default TDLib writes logs to stderr or an OS specific log and uses a verbosity level of 5.
|
* By default TDLib writes logs to stderr or an OS specific log and uses a verbosity level of 5.
|
||||||
* These functions are deprecated since TDLib 1.4.0 in favor of the td::td_api::setLogVerbosityLevel,
|
* These functions are deprecated since TDLib 1.4.0 in favor of the td::td_api::setLogVerbosityLevel,
|
||||||
* td::td_api::setLogStream and other synchronous requests for managing the intrenal TDLib logging.
|
* td::td_api::setLogStream and other synchronous requests for managing the internal TDLib logging.
|
||||||
*/
|
*/
|
||||||
class Log {
|
class Log {
|
||||||
public:
|
public:
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
* C interface for managing the internal logging of TDLib.
|
* C interface for managing the internal logging of TDLib.
|
||||||
* By default TDLib writes logs to stderr or an OS specific log and uses a verbosity level of 5.
|
* By default TDLib writes logs to stderr or an OS specific log and uses a verbosity level of 5.
|
||||||
* These functions are deprecated since TDLib 1.4.0 in favor of the setLogVerbosityLevel, setLogStream and
|
* These functions are deprecated since TDLib 1.4.0 in favor of the setLogVerbosityLevel, setLogStream and
|
||||||
* other synchronous requests for managing the intrenal TDLib logging.
|
* other synchronous requests for managing the internal TDLib logging.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "td/telegram/tdjson_export.h"
|
#include "td/telegram/tdjson_export.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user