Configures and enables trace logging on the Content Engine host for the supported subsystems. Each of the supported subsystems is a property on this class, enabling trace logging to be configured per subsystem. Configuring trace logging for a subsystem applies the trace logging settings to all classes in that subsystem. The TraceFlag constant class contains the trace log settings available. These settings can be ORed together to apply multiple settings to a subsystem. The TraceLoggingEnabled property on this (TraceLoggingConfiguration) class enables or disables trace logging for all of the configured subsystems. Use the AppenderNames property to specify the output destination classes for the trace logs.

Trace logging is implemented using the Apache log4j package (org.apache.log4j).

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Interface ITraceLoggingConfiguration _
	Implements ISubsystemConfiguration, IEngineObject, ICloneable, IDependentObject
C#
public interface ITraceLoggingConfiguration : ISubsystemConfiguration, 
	IEngineObject, ICloneable, IDependentObject
Visual C++
public interface class ITraceLoggingConfiguration : ISubsystemConfiguration, 
	IEngineObject, ICloneable, IDependentObject
JavaScript
FileNet.Api.Admin.ITraceLoggingConfiguration = function();
FileNet.Api.Admin.ITraceLoggingConfiguration.createInterface('FileNet.Api.Admin.ITraceLoggingConfiguration');

ToggleRemarks

Metadata

Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: SubsystemConfiguration

ToggleSee Also