-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_PerfTests_Running_Core_AppConfigHelpers
andrewvk edited this page Nov 8, 2016
·
2 revisions
Helpers for assembly-level options
System.Object
CodeJam.PerfTests.Running.Core.AppConfigHelpers
Namespace: CodeJam.PerfTests.Running.Core
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public static class AppConfigHelpers
VB
Public NotInheritable Class AppConfigHelpers
F#
[<AbstractClassAttribute>]
[<SealedAttribute>]
type AppConfigHelpers = class end
The AppConfigHelpers type exposes the following members.
Name | Description | |
---|---|---|
CreateAppCompetitionConfig | Reusable factory method for the config. | |
GetAppConfigOptions | Reads assembly level options config section. | |
GetDetailedLogger | Helper for custom configs: creates detailed logger for current assembly. | |
GetImportantOnlyLogger | Helper for custom configs: creates important info logger for current assembly. |
Name | Description | |
---|---|---|
DetailedLogSuffix | The detailed log extension suffix. Can be used as a condition for CI build artifacts | |
ImportantOnlyLogSuffix | The important only log extension suffix. Can be used as a condition for CI build artifacts | |
SectionName | Name of the config section. |