mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2026-04-21 06:13:57 +00:00
Add xmldoc for all public members
This commit is contained in:
parent
cf2072e830
commit
14e2437097
5 changed files with 168 additions and 126 deletions
|
|
@ -184,7 +184,7 @@ var user = await client.LoginUserIfNeeded();
|
|||
Console.WriteLine($"We are logged-in as {user.username ?? user.first_name + " " + user.last_name}");
|
||||
```
|
||||
|
||||
# Change logging settings
|
||||
### Change logging settings
|
||||
Log to VS Output debugging pane in addition to default Console screen logging:
|
||||
```csharp
|
||||
WTelegram.Helpers.Log += (lvl, str) => System.Diagnostics.Debug.WriteLine(str);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue