debug log id
Signature: log:ILog -> id:string -> string -> unit
|
Issue a DEBUG message on the given log.
|
debugf log id
Signature: log:ILog -> id:string -> StringFormat<'?7656,unit> -> '?7656
Type parameters: '?7656
|
Issue a formatted DEBUG message on the given log.
|
error log id
Signature: log:ILog -> id:string -> string -> unit
|
Issue an ERROR message on the given log.
|
errorf log id
Signature: log:ILog -> id:string -> StringFormat<'?7662,unit> -> '?7662
Type parameters: '?7662
|
Issue a formatted ERROR message on the given log.
|
fatal log id
Signature: log:ILog -> id:string -> string -> unit
|
Issue a FATAL message on the given log.
|
fatalf log id
Signature: log:ILog -> id:string -> StringFormat<'?7664,unit> -> '?7664
Type parameters: '?7664
|
Issue a formatted FATAL message on the given log.
|
info log id
Signature: log:ILog -> id:string -> string -> unit
|
Issue an INFO message on the given log.
|
infof log id
Signature: log:ILog -> id:string -> StringFormat<'?7658,unit> -> '?7658
Type parameters: '?7658
|
Issue a formatted INFO message on the given log.
|
named str
Signature: str:string -> ILog
|
Get a logger in the namespace's own repository with the specified name.
|
typed
Signature: ILog
Type parameters: 'T
|
Get a logger in the namespace's own repository for the specified type or class.
|
warn log id
Signature: log:ILog -> id:string -> string -> unit
|
Issue a WARN message on the given log.
|
warnf log id
Signature: log:ILog -> id:string -> StringFormat<'?7660,unit> -> '?7660
Type parameters: '?7660
|
Issue a formatted WARN message on the given log.
|