mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2026-04-18 12:53:53 +00:00
api doc
This commit is contained in:
parent
9af6404eff
commit
ddfa095f1a
3 changed files with 59 additions and 24 deletions
|
|
@ -39,7 +39,7 @@ WTelegram.Helpers.Log += (lvl, str) => System.Diagnostics.Debug.WriteLine(str);
|
|||
// • In ASP.NET service, you will typically send logs to an ILogger:
|
||||
WTelegram.Helpers.Log = (lvl, str) => _logger.Log((LogLevel)lvl, str);
|
||||
|
||||
// • Disable logging (THIS IS NOT RECOMMENDED as you won't be able to diagnose any upcoming problem):
|
||||
// • Disable logging (⛔️𝗗𝗢𝗡'𝗧 𝗗𝗢 𝗧𝗛𝗜𝗦 as you won't be able to diagnose any upcoming problem):
|
||||
WTelegram.Helpers.Log = (lvl, str) => { };
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue