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
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
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)
Syntax
Visual Basic (Declaration) |
---|
Public Interface ITraceLoggingConfiguration Implements ISubsystemConfiguration, IEngineObject, ICloneable, IDependentObject |
C# |
---|
public interface ITraceLoggingConfiguration : ISubsystemConfiguration, IEngineObject, ICloneable, IDependentObject |
C++ |
---|
interface class ITraceLoggingConfiguration : ISubsystemConfiguration, IEngineObject, ICloneable, IDependentObject |
J# |
---|
public interface ITraceLoggingConfiguration implements ISubsystemConfiguration, IEngineObject, ICloneable, IDependentObject |
JScript |
---|
public interface ITraceLoggingConfiguration extends ISubsystemConfiguration, IEngineObject, ICloneable, IDependentObject |
Remarks
Metadata
Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: SubsystemConfiguration