-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_PerfTests_Running_Core_AppConfigHelpers_GetImportantOnlyLogger
andrewvk edited this page Nov 8, 2016
·
2 revisions
Helper for custom configs: creates important info logger for current assembly.
Namespace: CodeJam.PerfTests.Running.Core
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public static ILogger GetImportantOnlyLogger(
Assembly targetAssembly
)
VB
Public Shared Function GetImportantOnlyLogger (
targetAssembly As Assembly
) As ILogger
F#
static member GetImportantOnlyLogger :
targetAssembly : Assembly -> ILogger
- targetAssembly
- Type: System.Reflection.Assembly
Assembly with performance tests.
Type: ILogger
Important info logger for assembly.
AppConfigHelpers Class
CodeJam.PerfTests.Running.Core Namespace