|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TraceLoggingConfiguration
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).
Metadata
Auditable: false
TraceFlag
,
org.apache.log4j.FileAppenderMethod Summary | |
---|---|
java.lang.Integer |
get_APITraceFlags()
Returns the value of the APITraceFlags property. |
java.lang.String |
get_AppenderNames()
Returns the value of the AppenderNames property. |
java.lang.Integer |
get_AsynchronousProcessingTraceFlags()
Returns the value of the AsynchronousProcessingTraceFlags property. |
java.lang.Integer |
get_CBRTraceFlags()
Returns the value of the CBRTraceFlags property. |
java.lang.Integer |
get_CFSDaemonTraceFlags()
Returns the value of the CFSDaemonTraceFlags property. |
java.lang.Integer |
get_CFSImportAgentTraceFlags()
Returns the value of the CFSImportAgentTraceFlags property. |
java.lang.Integer |
get_CodeModuleTraceFlags()
Returns the value of the CodeModuleTraceFlags property. |
java.lang.Integer |
get_ContentCacheTraceFlags()
Returns the value of the ContentCacheTraceFlags property. |
java.lang.Integer |
get_ContentStorageTraceFlags()
Returns the value of the ContentStorageTraceFlags property. |
java.lang.Integer |
get_DatabaseTraceFlags()
Returns the value of the DatabaseTraceFlags property. |
java.lang.Integer |
get_EJBTraceFlags()
Returns the value of the EJBTraceFlags property. |
java.lang.Integer |
get_EngineTraceFlags()
Returns the value of the EngineTraceFlags property. |
java.lang.Integer |
get_ErrorTraceFlags()
Returns the value of the ErrorTraceFlags property. |
java.lang.Integer |
get_EventsTraceFlags()
Returns the value of the EventsTraceFlags property. |
java.lang.Integer |
get_FixedContentProviderTraceFlags()
Returns the value of the FixedContentProviderTraceFlags property. |
java.lang.Integer |
get_GCDTraceFlags()
Returns the value of the GCDTraceFlags property. |
java.lang.Integer |
get_MetadataTraceFlags()
Returns the value of the MetadataTraceFlags property. |
java.lang.String |
get_OutputLocation()
Returns the value of the OutputLocation property. |
java.lang.Integer |
get_PublishTraceFlags()
Returns the value of the PublishTraceFlags property. |
java.lang.Integer |
get_ReplicationTraceFlags()
Returns the value of the ReplicationTraceFlags property. |
java.lang.Integer |
get_SearchTraceFlags()
Returns the value of the SearchTraceFlags property. |
java.lang.Integer |
get_SecurityTraceFlags()
Returns the value of the SecurityTraceFlags property. |
java.lang.Integer |
get_SSITraceFlags()
Returns the value of the SSITraceFlags property. |
java.lang.Boolean |
get_TraceLoggingEnabled()
Returns the value of the TraceLoggingEnabled property. |
java.lang.Integer |
get_WSITraceFlags()
Returns the value of the WSITraceFlags property. |
void |
set_APITraceFlags(java.lang.Integer value)
Sets the value of the APITraceFlags property. |
void |
set_AppenderNames(java.lang.String value)
Sets the value of the AppenderNames property. |
void |
set_AsynchronousProcessingTraceFlags(java.lang.Integer value)
Sets the value of the AsynchronousProcessingTraceFlags property. |
void |
set_CBRTraceFlags(java.lang.Integer value)
Sets the value of the CBRTraceFlags property. |
void |
set_CFSDaemonTraceFlags(java.lang.Integer value)
Sets the value of the CFSDaemonTraceFlags property. |
void |
set_CFSImportAgentTraceFlags(java.lang.Integer value)
Sets the value of the CFSImportAgentTraceFlags property. |
void |
set_CodeModuleTraceFlags(java.lang.Integer value)
Sets the value of the CodeModuleTraceFlags property. |
void |
set_ContentCacheTraceFlags(java.lang.Integer value)
Sets the value of the ContentCacheTraceFlags property. |
void |
set_ContentStorageTraceFlags(java.lang.Integer value)
Sets the value of the ContentStorageTraceFlags property. |
void |
set_DatabaseTraceFlags(java.lang.Integer value)
Sets the value of the DatabaseTraceFlags property. |
void |
set_EJBTraceFlags(java.lang.Integer value)
Sets the value of the EJBTraceFlags property. |
void |
set_EngineTraceFlags(java.lang.Integer value)
Sets the value of the EngineTraceFlags property. |
void |
set_ErrorTraceFlags(java.lang.Integer value)
Sets the value of the ErrorTraceFlags property. |
void |
set_EventsTraceFlags(java.lang.Integer value)
Sets the value of the EventsTraceFlags property. |
void |
set_FixedContentProviderTraceFlags(java.lang.Integer value)
Sets the value of the FixedContentProviderTraceFlags property. |
void |
set_GCDTraceFlags(java.lang.Integer value)
Sets the value of the GCDTraceFlags property. |
void |
set_MetadataTraceFlags(java.lang.Integer value)
Sets the value of the MetadataTraceFlags property. |
void |
set_OutputLocation(java.lang.String value)
Sets the value of the OutputLocation property. |
void |
set_PublishTraceFlags(java.lang.Integer value)
Sets the value of the PublishTraceFlags property. |
void |
set_ReplicationTraceFlags(java.lang.Integer value)
Sets the value of the ReplicationTraceFlags property. |
void |
set_SearchTraceFlags(java.lang.Integer value)
Sets the value of the SearchTraceFlags property. |
void |
set_SecurityTraceFlags(java.lang.Integer value)
Sets the value of the SecurityTraceFlags property. |
void |
set_SSITraceFlags(java.lang.Integer value)
Sets the value of the SSITraceFlags property. |
void |
set_TraceLoggingEnabled(java.lang.Boolean value)
Sets the value of the TraceLoggingEnabled property. |
void |
set_WSITraceFlags(java.lang.Integer value)
Sets the value of the WSITraceFlags property. |
Methods inherited from interface com.filenet.api.admin.SubsystemConfiguration |
---|
get_Id |
Methods inherited from interface com.filenet.api.core.EngineObject |
---|
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses |
Method Detail |
---|
java.lang.Boolean get_TraceLoggingEnabled()
void set_TraceLoggingEnabled(java.lang.Boolean value)
java.lang.String get_AppenderNames()
void set_AppenderNames(java.lang.String value)
java.lang.String get_OutputLocation()
void set_OutputLocation(java.lang.String value)
java.lang.Integer get_APITraceFlags()
void set_APITraceFlags(java.lang.Integer value)
java.lang.Integer get_CBRTraceFlags()
void set_CBRTraceFlags(java.lang.Integer value)
java.lang.Integer get_DatabaseTraceFlags()
void set_DatabaseTraceFlags(java.lang.Integer value)
java.lang.Integer get_GCDTraceFlags()
void set_GCDTraceFlags(java.lang.Integer value)
java.lang.Integer get_MetadataTraceFlags()
void set_MetadataTraceFlags(java.lang.Integer value)
java.lang.Integer get_PublishTraceFlags()
void set_PublishTraceFlags(java.lang.Integer value)
java.lang.Integer get_WSITraceFlags()
void set_WSITraceFlags(java.lang.Integer value)
java.lang.Integer get_EJBTraceFlags()
void set_EJBTraceFlags(java.lang.Integer value)
java.lang.Integer get_EngineTraceFlags()
void set_EngineTraceFlags(java.lang.Integer value)
java.lang.Integer get_ContentStorageTraceFlags()
void set_ContentStorageTraceFlags(java.lang.Integer value)
java.lang.Integer get_SecurityTraceFlags()
void set_SecurityTraceFlags(java.lang.Integer value)
java.lang.Integer get_EventsTraceFlags()
void set_EventsTraceFlags(java.lang.Integer value)
java.lang.Integer get_ContentCacheTraceFlags()
void set_ContentCacheTraceFlags(java.lang.Integer value)
java.lang.Integer get_FixedContentProviderTraceFlags()
void set_FixedContentProviderTraceFlags(java.lang.Integer value)
java.lang.Integer get_AsynchronousProcessingTraceFlags()
void set_AsynchronousProcessingTraceFlags(java.lang.Integer value)
java.lang.Integer get_CFSDaemonTraceFlags()
void set_CFSDaemonTraceFlags(java.lang.Integer value)
java.lang.Integer get_SSITraceFlags()
void set_SSITraceFlags(java.lang.Integer value)
java.lang.Integer get_SearchTraceFlags()
void set_SearchTraceFlags(java.lang.Integer value)
java.lang.Integer get_CodeModuleTraceFlags()
void set_CodeModuleTraceFlags(java.lang.Integer value)
java.lang.Integer get_ErrorTraceFlags()
void set_ErrorTraceFlags(java.lang.Integer value)
java.lang.Integer get_CFSImportAgentTraceFlags()
void set_CFSImportAgentTraceFlags(java.lang.Integer value)
java.lang.Integer get_ReplicationTraceFlags()
void set_ReplicationTraceFlags(java.lang.Integer value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |