forked from a-gubskiy/X.Extensions.Logging.Telegram
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
In the current Version 2.0.2 it the Source-Property not available anymore:
public record TelegramLoggerOptions
{
public Dictionary<string, LogLevel> LogLevel { get; set; }
public string AccessToken { get; set; } = "";
public string ChatId { get; set; } = "";
public FormatterConfiguration FormatterConfiguration { get; set; } = X.Extensions.Logging.Telegram.Base.Configuration.FormatterConfiguration.Default;
public TelegramLoggerOptions()
: this(Microsoft.Extensions.Logging.LogLevel.Information)
{
}
public TelegramLoggerOptions(LogLevel logLevel)
{
LogLevel = new Dictionary<string, LogLevel> { { "Default", logLevel } };
}
}Is it a (breaking) change or an issue?
Metadata
Metadata
Assignees
Labels
No labels