Specifies the amount of trace information that will be gathered by the IBM®
Content Manager OnDemand (CMOD) server associated with this fixed content device.
This property can have one of the following values:
Namespace:
FileNet.Api.Admin- 0: Logging not enabled.
- 1: Log error events only.
- 2: Log error and warning events only.
- 3: Log error, warning, and informational events only.
- 4: Log all events.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property CMODTraceLevel As Nullable(Of Integer) |
C# |
---|
Nullable<int> CMODTraceLevel { get; set; } |
Visual C++ |
---|
property Nullable<int> CMODTraceLevel { Nullable<int> get (); void set (Nullable<int> value); } |
JavaScript |
---|
function get_cmodTraceLevel(); function set_cmodTraceLevel(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
PropertyDefaultInteger32: 0
PropertyMaximumInteger32: 4
PropertyMinimumInteger32: 0
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ