Contains the trace logging settings used to configure trace logging
(in ITraceLoggingConfiguration) for the supported
subsystems. Multiple trace flags can be ORed when configuring the subsystems.
Namespace:
FileNet.Api.Constants
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Enumeration TraceFlag |
| C# |
|---|
public enum TraceFlag |
| Visual C++ |
|---|
public enum class TraceFlag |
| JavaScript |
|---|
FileNet.Api.Constants.TraceFlag = function(); FileNet.Api.Constants.TraceFlag.createEnum('FileNet.Api.Constants.TraceFlag', false); |
Members
| Type | Member name | Description |
|---|---|---|
| MODERATE |
Provides detailed information about all operations.
| |
| SUMMARY |
Provides summary information about all operations.
| |
| TIMER |
Provides the time (in milliseconds) taken to complete each operation.
| |
| DETAIL |
Provides information primarily used to aid in debugging.
|