-
Notifications
You must be signed in to change notification settings - Fork 36
F_CodeJam_PerfTests_Loggers_HostLogger_LogImportantAreaEnd
andrewvk edited this page Nov 8, 2016
·
2 revisions
The end prefix for important log area. Lines between start and end prefixes will be written even if HostLogMode filter applied.
Namespace: CodeJam.PerfTests.Loggers
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public const string LogImportantAreaEnd = "// !-->"
VB
Public Const LogImportantAreaEnd As String = "// !-->"
F#
static val mutable LogImportantAreaEnd: string
Type: String