Skip to content

M_CodeJam_PerfTests_Running_Core_AppConfigHelpers_GetImportantOnlyLogger

andrewvk edited this page Nov 8, 2016 · 2 revisions

AppConfigHelpers.GetImportantOnlyLogger Method

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)

Syntax

C#

public static ILogger GetImportantOnlyLogger(
	Assembly targetAssembly
)

VB

Public Shared Function GetImportantOnlyLogger ( 
	targetAssembly As Assembly
) As ILogger

F#

static member GetImportantOnlyLogger : 
        targetAssembly : Assembly -> ILogger 

Parameters

 

targetAssembly
Type: System.Reflection.Assembly
Assembly with performance tests.

Return Value

Type: ILogger
Important info logger for assembly.

See Also

Reference

AppConfigHelpers Class
CodeJam.PerfTests.Running.Core Namespace

Clone this wiki locally