Contains the trace logging settings used to configure trace logging (in
) 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 Enum TraceFlag |
C# |
---|
public enum TraceFlag |
C++ |
---|
public enum class TraceFlag |
J# |
---|
public enum TraceFlag |
JScript |
---|
public enum TraceFlag |
Members
Description | |
---|---|
DETAIL | Provides information primarily used to aid in debugging. |
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. |