-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_PerfTests_Running_Core_AppConfigLoggers
andrewvk edited this page Nov 8, 2016
·
2 revisions
Loggers for the competition.
Namespace: CodeJam.PerfTests.Running.Core
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
C#
[FlagsAttribute]
public enum AppConfigLoggers
VB
<FlagsAttribute>
Public Enumeration AppConfigLoggers
F#
[<FlagsAttribute>]
type AppConfigLoggers
Member name | Value | Description | |
---|---|---|---|
None | 0 | Do not log anything. | |
ImportantOnly | 1 | Add important-level logger. | |
Detailed | 2 | Add detailed logger. | |
Both | 3 | Use both important-level and full loggers. |