Skip to content

F_CodeJam_PerfTests_Loggers_HostLogger_LogImportantAreaStart

andrewvk edited this page Nov 8, 2016 · 2 revisions

HostLogger.LogImportantAreaStart Field

The start 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)

Syntax

C#

public const string LogImportantAreaStart = "// !<--"

VB

Public Const LogImportantAreaStart As String = "// !<--"

F#

static val mutable LogImportantAreaStart: string

Field Value

Type: String

See Also

Reference

HostLogger Class
CodeJam.PerfTests.Loggers Namespace

Clone this wiki locally