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)

ToggleSyntax

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);

ToggleRemarks

ToggleSee Also