DiagnosticsLogger Type
Represents a capability to log diagnostics
Constructors
Constructor |
Description
|
Full Usage:
DiagnosticsLogger(nameForDebugging)
Parameters:
string
Returns: DiagnosticsLogger
|
|
Instance members
Instance member |
Description
|
Full Usage:
this.CheckForErrors
Returns: bool
|
Checks if ErrorCount > 0
|
Full Usage:
this.DebugDisplay
Returns: string
|
|
Full Usage:
this.DiagnosticSink
Parameters:
PhasedDiagnostic
severity : FSharpDiagnosticSeverity
Modifiers: abstract |
Emit a diagnostic to the logger
|
Full Usage:
this.ErrorCount
Returns: int
Modifiers: abstract |
Get the number of error diagnostics reported
|