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:
- 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.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property CMODTraceLevel As Nullable(Of Integer) |
C# |
---|
Nullable<int> CMODTraceLevel { get; set; } |
C++ |
---|
property Nullable<int> CMODTraceLevel abstract { Nullable<int> get(); void set(Nullable<int> value); } |
J# |
---|
/** property */ public Nullable<int> get_CMODTraceLevel(); /** property */ public void set_CMODTraceLevel(Nullable<int> value); |
JScript |
---|
public function get CMODTraceLevel() : Nullable<int> public function set CMODTraceLevel(value : Nullable<int>); |
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