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
/// WARN: This does not provide support for [MessageTemplates](https://messagetemplates.org/) so this will fail for message formats intended for structured logging. This is only used for simple display implementations purposes only.
Copy file name to clipboardExpand all lines: src/FsLibLog/FsLibLog.fs
-90Lines changed: 0 additions & 90 deletions
Original file line number
Diff line number
Diff line change
@@ -408,95 +408,6 @@ module Types =
408
408
letsetLogLevel(logLevel :LogLevel)(log :Log)=
409
409
{ log with LogLevel = logLevel}
410
410
moduleProviders =
411
-
412
-
/// WARN: This does not provide support for [MessageTemplates](https://messagetemplates.org/) so this will fail for message formats intended for structured logging. This is only used for simple display implementations purposes only.
0 commit comments