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.
Namespace:
FileNet.Api.AdminTrace logging is implemented using the Apache log4j package (org.apache.log4j).
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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'); |
Remarks
Metadata
Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: SubsystemConfiguration