small update to ReadMe

This commit is contained in:
Wizou 2021-11-12 06:10:26 +01:00
parent c157fba5e4
commit c0b10e82f4
3 changed files with 9 additions and 9 deletions

View file

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