Skip to content

M_CodeJam_PerfTests_Loggers_HostLogger_BeginLogImportant

andrewvk edited this page Nov 8, 2016 · 2 revisions

HostLogger.BeginLogImportant Method

All messages within the scope will be passed to the log.

Namespace: CodeJam.PerfTests.Loggers
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#

public static IDisposable BeginLogImportant(
	IConfig config
)

VB

Public Shared Function BeginLogImportant ( 
	config As IConfig
) As IDisposable

F#

static member BeginLogImportant : 
        config : IConfig -> IDisposable 

Parameters

 

config
Type: IConfig
Config with loggers.

Return Value

Type: IDisposable
Disposable to mark the scope completion.

See Also

Reference

HostLogger Class
CodeJam.PerfTests.Loggers Namespace

Clone this wiki locally