mirror of
https://github.com/Smaug123/WoofWare.PawPrint
synced 2025-10-13 17:48:39 +00:00
Initialise strings (#7)
This commit is contained in:
@@ -10,6 +10,10 @@ type LogLine =
|
||||
Message : string
|
||||
}
|
||||
|
||||
/// Human-readable representation of this log line.
|
||||
override this.ToString () =
|
||||
$"%s{this.LoggerName} [%O{this.Level}]: %s{this.Message}"
|
||||
|
||||
/// Very small, in-memory implementation of `ILoggerFactory` for unit tests.
|
||||
[<RequireQualifiedAccess>]
|
||||
module LoggerFactory =
|
||||
|
Reference in New Issue
Block a user