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<intvalue);
}
J#
/** property */
public Nullable<int> get_CMODTraceLevel();

/** property */
public void set_CMODTraceLevel(Nullable<intvalue);
JScript
public function get CMODTraceLevel() : Nullable<int>

public function set CMODTraceLevel(value : Nullable<int>);

Remarks

See Also