Header menu logo fantomas

DiagnosticsLogger Type

Represents a capability to log diagnostics

Constructors

Constructor Description

DiagnosticsLogger(nameForDebugging)

Full Usage: DiagnosticsLogger(nameForDebugging)

Parameters:
    nameForDebugging : string

Returns: DiagnosticsLogger
nameForDebugging : string
Returns: DiagnosticsLogger

Instance members

Instance member Description

this.CheckForErrors

Full Usage: this.CheckForErrors

Returns: bool

Checks if ErrorCount > 0

Returns: bool

this.DebugDisplay

Full Usage: this.DebugDisplay

Returns: string
Returns: string

this.DiagnosticSink

Full Usage: this.DiagnosticSink

Parameters:
Modifiers: abstract

Emit a diagnostic to the logger

diagnostic : PhasedDiagnostic
severity : FSharpDiagnosticSeverity

this.ErrorCount

Full Usage: this.ErrorCount

Returns: int
Modifiers: abstract

Get the number of error diagnostics reported

Returns: int

Type something to start searching.