We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Handles well-known prefixes for the line.
Namespace: CodeJam.PerfTests.LoggersAssembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
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
Type: Booleantrue if the line should be written.
true
HostLogger ClassCodeJam.PerfTests.Loggers Namespace