You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <param name="useCustomHtmlFormatting">A value indicating whether custom HTML formatting in the messages could be used. (Use this carefully and only if really needed).</param>
42
41
/// <param name="botApiUrl">The Telegram bot API url, defaults to https://api.telegram.org/bot.</param>
43
42
/// <param name="outputTemplate">A output template that can be used to format the output data.</param>
@@ -59,7 +58,6 @@ public static LoggerConfiguration Telegram(
59
58
bool?includeStackTrace=true,
60
59
stringdateFormat="dd.MM.yyyy HH:mm:sszzz",
61
60
stringapplicationName="",
62
-
Action<Exception>?failureCallback=null,
63
61
booluseCustomHtmlFormatting=false,
64
62
string?botApiUrl=null,
65
63
string?outputTemplate=null,
@@ -77,7 +75,6 @@ public static LoggerConfiguration Telegram(
/// <param name="useCustomHtmlFormatting">A value indicating whether custom HTML formatting in the messages could be used. (Use this carefully and only if really needed).</param>
44
43
/// <param name="botApiUrl">The Telegram bot API url, defaults to https://api.telegram.org/bot.</param>
0 commit comments