-
Couldn't load subscription status.
- Fork 35
T_CodeJam_PerfTests_Loggers_HostLogMode
andrewvk edited this page Nov 8, 2016
·
2 revisions
Host logging mode.
Namespace: CodeJam.PerfTests.Loggers
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public enum HostLogModeVB
Public Enumeration HostLogModeF#
type HostLogMode
| Member name | Value | Description | |
|---|---|---|---|
| AllMessages | 0 | Log all messages. | |
| PrefixedOrErrors | 1 | Log error messages and messages with HostLogger.LogXyz prefixes. | |
| PrefixedOnly | 2 | Log messages with HostLogger.LogXyz prefixes only. |