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

TraceData

Defines Tracing information for TraceListeners

Union Cases

Union CaseDescription
ErrorMessage(string)
Signature: string
ImportantMessage(string)
Signature: string
LogMessage(string,bool)
Signature: string * bool
TraceMessage(string,bool)
Signature: string * bool

Instance members

Instance memberDescription
x.Message
Signature: string option
x.NewLine
Signature: bool option