-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_PerfTests_Loggers_HostLogger_BeginLogImportant
andrewvk edited this page Nov 8, 2016
·
2 revisions
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)
C#
public static IDisposable BeginLogImportant(
IConfig config
)
VB
Public Shared Function BeginLogImportant (
config As IConfig
) As IDisposable
F#
static member BeginLogImportant :
config : IConfig -> IDisposable
- config
- Type: IConfig
Config with loggers.
Type: IDisposable
Disposable to mark the scope completion.