Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 3 TIBCO iProcess Objects Server Log : Filtering the Server Log by Category

Filtering the Server Log by Category
When logging information to the server log, you can filter the information according to categories, causing only some categories of information to be logged and others to be disregarded. The available categories are:
 
The default is to log all categories.
You can specify which categories of information to write to the server log using the following:
TIBCO iProcess Objects - SetLogCategories method
TIBCO iProcess Server Objects - SetSrvLogOptions method (using the aCategories parameter)
These methods use the SWSrvLogCategoryType enumeration type to specify the categories to log. These enumerations are shown in the table above.
Besides using the enumerations, you can specify the categories using the hex values. This allows you to combine the values to specify any combination of categories you wish.
For on-disk logging, locate the LogCategories entry in the swentobjsv.cfg file and set it to the appropriate hex value for the categories you want to log (see the table above for the hex values). You can combine the hex values to specify any combination of categories to log. See LogCategories for more information about the LogCategories parameter.
For in-memory logging, locate the MemLogCategories entry in the swentobjsv.cfg file and set it to the appropriate hex value for the categories you want to log (see the table above for the hex values). You can combine the hex values to specify any combination of categories to log. See MemLogCategories for more information about the MemLogCategories parameter.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved