Delegate A/S

ConsoleLogger

Constructors

ConstructorDescription
new(logLevel)
Signature: logLevel:LogLevel -> ConsoleLogger

Instance members

Instance memberDescription
Debug(format)
Signature: format:StringFormat<'a,unit> -> 'a
Type parameters: 'a
Error(format)
Signature: format:StringFormat<'a,unit> -> 'a
Type parameters: 'a
Info(format)
Signature: format:StringFormat<'c,unit> -> 'c
Type parameters: 'c
overwriteLastLine()
Signature: unit -> unit
setLevelOption(newLevel)
Signature: (newLevel:LogLevel option) -> unit
Verbose(format)
Signature: format:StringFormat<'c,unit> -> 'c
Type parameters: 'c
Warn(format)
Signature: format:StringFormat<'b,unit> -> 'b
Type parameters: 'b
WriteLine(logLevel, str)
Signature: (logLevel:LogLevel * str:string) -> unit

Static members

Static memberDescription
Global
Signature: ConsoleLogger