Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found
here.
If the API is already migrated you can check
here if exists in a module.
More information regarding the migration can be found
here
Function or value | Description |
critf(f)
Signature: f:StringFormat<'?20878,unit> -> '?20878
Type parameters: '?20878
|
|
errorf(f)
Signature: f:StringFormat<'?20874,unit> -> '?20874
Type parameters: '?20874
|
|
formatArgs(args)
Signature: args:seq<string> -> string
|
|
formatPaths(paths)
Signature: paths:seq<string> -> string
|
|
infof(f)
Signature: f:StringFormat<'a,unit> -> 'a
Type parameters: 'a
|
|
LogConsole(levels)
Signature: levels:SourceLevels -> unit
|
|
source
Signature: TraceSource
|
|
traceEventf t f
Signature: t:TraceEventType -> f:StringFormat<'?20870,unit> -> '?20870
Type parameters: '?20870
|
|
verbf(f)
Signature: f:StringFormat<'?20880,unit> -> '?20880
Type parameters: '?20880
|
|
warnf(f)
Signature: f:StringFormat<'?20876,unit> -> '?20876
Type parameters: '?20876
|
|