Add xmldoc for all public members

This commit is contained in:
Wizou 2021-11-06 05:22:33 +01:00
parent cf2072e830
commit 14e2437097
5 changed files with 168 additions and 126 deletions

View file

@ -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);