Skip to content

M_CodeJam_PerfTests_Loggers_HostLogger_PreprocessLine

andrewvk edited this page Nov 8, 2016 · 2 revisions

HostLogger.PreprocessLine Method

Handles well-known prefixes for the line.

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 PreprocessLine(
	string text
)

VB

Protected Overridable Function PreprocessLine ( 
	text As String
) As Boolean

F#

abstract PreprocessLine : 
        text : string -> bool 
override PreprocessLine : 
        text : string -> bool 

Parameters

 

text
Type: System.String
The text of the log line.

Return Value

Type: Boolean
true if the line should be written.

See Also

Reference

HostLogger Class
CodeJam.PerfTests.Loggers Namespace

Clone this wiki locally