-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_PerfTests_Loggers_HostLogger_PreprocessLine
andrewvk edited this page Nov 8, 2016
·
2 revisions
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)
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
- text
- Type: System.String
The text of the log line.
Type: Booleantrue
if the line should be written.