Skip to content

M_CodeJam_PerfTests_Loggers_HostLogger_ShouldWrite

andrewvk edited this page Nov 8, 2016 · 2 revisions

HostLogger.ShouldWrite Method

Checks if the line should be written.

Namespace: CodeJam.PerfTests.Loggers
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#

protected virtual bool ShouldWrite(
	LogKind logKind
)

VB

Protected Overridable Function ShouldWrite ( 
	logKind As LogKind
) As Boolean

F#

abstract ShouldWrite : 
        logKind : LogKind -> bool 
override ShouldWrite : 
        logKind : LogKind -> bool 

Parameters

 

logKind
Type: LogKind
The kind of log message.

Return Value

Type: Boolean
true if the line should be written.

See Also

Reference

HostLogger Class
CodeJam.PerfTests.Loggers Namespace

Clone this wiki locally