[Debug]CategoryFilter
Allows you to filter the logging messages sent to
the tracelog.dat file by component category.
The [Debug]CategoryFilterMode
parameter indicates whether messages of the specified categories
will be included or excluded from the log.
Allowable Values :
Zero or more of the following categories specified
as a comma-separated string:
CSAToPSI - traces events from the
interface between the Client-Side Adapter (CSI) and the
Publisher-Subscriber Infrastructure (PSI)
DataSource - traces setup and
cache changes for data sources on the server side
Instrumentation - traces
information from the instrumentation components
Logging - traces events from the
logging subsystem
ManagedUtil - traces information
from the managed utility module
PlatformHost - traces events from
the CitectSCADA platform
components that are hosted by runtime
PluginFramework - traces events
from the framework that controls the loading of plug-in modules at
startup
PSIClient - traces events from
the client-side handling of tag requests
PSIInterfaces - traces events
from the PSI interfaces
PSIServer - traces events from
the server-side handling of tags requests
TaskFramework - traces events
from the framework that handles the scheduling and execution of
work tasks at runtime
Transport - traces events from
the platform networking subsystem
XmlUtils - traces information
from the XML utilities module
Default Value : Empty string
(i.e. no categories excluded)
Example
The following setting will trace tag requests to
the point where the data originates:
[DEBUG]
CategoryFilterMode=
CSAToPSI,PSIClient,PSIServer,DataSource
When combined with the implementation of [Debug]DriverTrace , [PubSub]LogDevice and [PubSub]LogLevel , this provides a top to
bottom data flow trace.
Note: You can adjust this parameter during
runtime using the SetLogging() function. For more information,
search the CitectSCADA Help
for the topic Adjusting Logging During Runtime . To access
the Help, select Citect Help Topics from the Help menu in
Citect Explorer or Project Editor.
See Also