I
Size: a a a
I
I
I
VL
VK
VL
AH
VS
VS
AH
VS
VL
let debug (format: Printf.TextWriterFormat<'T>) =
let newFormat = translate format
let loggerLevel = Config.loggerValue "Level" "None"
match loggerLevel with
| Debug -> logger.Debug(newFormat.ToString())
| _ -> ()
debug "address %s, port %d" addr port // здесь ругается This value is not a function and cannot be applied.
VL
AB
VL