mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2026-04-05 06:25:30 +00:00
small update to ReadMe
This commit is contained in:
parent
c157fba5e4
commit
c0b10e82f4
3 changed files with 9 additions and 9 deletions
|
|
@ -8,7 +8,7 @@ namespace WTelegram
|
|||
{
|
||||
public static class Helpers
|
||||
{
|
||||
/// <summary>Callback for logging a line (string) with the associated <see href="https://docs.microsoft.com/en-us/dotnet/api/microsoft.extensions.logging.loglevel">severity level</see> (int)</summary>
|
||||
/// <summary>Callback for logging a line (string) with its associated <see href="https://docs.microsoft.com/en-us/dotnet/api/microsoft.extensions.logging.loglevel">severity level</see> (int)</summary>
|
||||
public static Action<int, string> Log { get; set; } = DefaultLogger;
|
||||
|
||||
/// <summary>For serializing indented Json with fields included</summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue