Click or drag to resize

PerformanceLogType Class

Represents a verbosity level of a performance measurement message.
Inheritance Hierarchy

Namespace:  Aloe.SystemFrameworks.Domain.Core
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
[FlagsAttribute]
public sealed class PerformanceLogType : Enum

The PerformanceLogType type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberDebugLog
Detailed information is logged.
Public fieldStatic memberExecStats
Only summary information is logged.
Public fieldvalue__
Top
See Also