CapturingDiagnosticsLogger Type
Represents a DiagnosticsLogger that captures all diagnostics, optionally formatting them eagerly.
Constructors
| Constructor |
Description
|
Full Usage:
CapturingDiagnosticsLogger(nm, ?eagerFormat)
Parameters:
string
?eagerFormat : PhasedDiagnostic -> PhasedDiagnostic
Returns: CapturingDiagnosticsLogger
|
|
Instance members
| Instance member |
Description
|
|
|
|
|
Inherited members
Inherited from
DiagnosticsLogger
Instance members
| Instance member |
Description
|
Full Usage:
this.DebugDisplay
Returns: string
|
|
|
Emit a diagnostic to the logger
|
Full Usage:
this.CheckForRealErrorsIgnoringWarnings
Returns: bool
Modifiers: abstract |
|
Full Usage:
this.ErrorCount
Returns: int
Modifiers: abstract |
Get the number of error diagnostics reported
|
fantomas