We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c65e63 + ec0d5be commit 128f110Copy full SHA for 128f110
src/FsLibLog/FsLibLog.fs
@@ -23,6 +23,7 @@ module Types =
23
type MappedContext = string -> obj -> bool -> IDisposable
24
25
/// Type representing a Log
26
+ [<NoEquality;NoComparison>]
27
type Log = {
28
LogLevel : LogLevel
29
Message : MessageThunk
@@ -468,6 +469,7 @@ module Providers =
468
469
destructureObjectsParam).Compile()
470
fun name -> func.Invoke("SourceContext", name, false)
471
472
473
type SerilogGateway = {
474
Write : obj -> obj -> string -> obj [] -> unit
475
WriteException : obj -> obj -> exn -> string -> obj [] -> unit
0 commit comments