Copyright © Cloud Software Group, Inc. All rights reserved.
Copyright © Cloud Software Group, Inc. All rights reserved.


Chapter 3 TIBCO iProcess Objects Server Log : Setting the Level of Detail to Log

Setting the Level of Detail to Log
You can log up to four levels of increasing detail in the server log. They are:
 
The log levels are hierarchical, from the least amount of information to the most, with each higher level including the information from the levels below it. The default log level is Warning.
The log level can be changed in the following ways:
TIBCO iProcess Objects - SetLogLevel method
TIBCO iProcess Server Objects - SetSrvLogOptions method (using the aLevel parameter)
The available log levels are defined in the enumeration type SWLogLevelType. They are:
 
You must have system administrator authority (MENUNAME = ADMIN) to call these methods.
For on-disk logging, click on the appropriate Level of Detail radio button on the Disk Log tab.
For information about the available log levels, see LogLevel.
For in-memory logging, click on the appropriate Level of Detail radio button on the Memory Log tab.
For information about the available log levels, see MemLogLevel.
For on-disk logging, locate the LogLevel entry in the swentobjsv.cfg file and set it to the appropriate numeric value for the desired level of detail. For information about the LogLevel parameter, see LogLevel.
For in-memory logging, locate the MemLogLevel entry in the swentobjsv.cfg file and set it to the appropriate numeric value for the desired level of detail. This parameter can also be set to 0 (zero) to disable in-memory logging (the default). For information about the MemLogLevel parameter, see MemLogLevel.

Copyright © Cloud Software Group, Inc. All rights reserved.
Copyright © Cloud Software Group, Inc. All rights reserved.