This is part of the Fake.Core.Trace module.

TraceData

Defines Tracing information for TraceListeners Note: Adding new cases to this type is not considered a breaking change! Please consider not using a match on this type in code external to the fake repository.

Union Cases

Union CaseDescription
BuildNumber(text)
Signature: string
BuildState(TagStatus,string option)
Signature: TagStatus * string option
CloseTag(KnownTags,time,TagStatus)
Signature: KnownTags * TimeSpan * TagStatus
ErrorMessage(text)
Signature: string
ImportantMessage(text)
Signature: string
ImportData(typ,path)
Signature: ImportData * string
LogMessage(text,newLine)
Signature: string * bool
OpenTag(KnownTags,description)
Signature: KnownTags * string option

Happens when a tag (Task, Target, Test, ...) has started.

TestOutput(testName,out,err)
Signature: string * string * string
TestStatus(testName,status)
Signature: string * TestStatus
TraceMessage(text,newLine)
Signature: string * bool

Instance members

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