HP-UX C SIP Stack Programmer's Guide (Novembery 2007)
SIP Stack Log 351
Log Configuration
WAR N—warning about a possible non-fatal error.
ERROR—indicates that a non-fatal error has occurred, such as
faulty application behavior, insufficient allocations or illegal
network activity.
EXCEP—indicates that a fatal error has occurred that prevents
the SIP Stack from continuing to operate.
LOCKDBG—debug information about locking activities in
the different modules of the SIP Stack. If your application is not
multithreaded it is recommended not to use LOCKDBG
messages. These messages have no benefit for such applications
and they increase the log file size significantly.
ENTER—A message that is printed to the log each time a Core
or ADS function is called. By default it is not recommended to
use Enter messages that increase the log file significantly.
LEAVE—A message that is printed to the log just before
leaving a Core or ADS API function. By default it is not
recommended to use Leave messages that increase the log file
significantly.
LOG
C
ONFIGURATION
The RvSipStackCfg configuration structure contains parameters that enable
configuring the log for each of the source identifiers. For example, the
callLogFilters configuration parameter will set the log level for the CALL
source identifier. You can also configure the log level to groups of source
identifiers using the following configuration parameters:
defaultLogFilters—the log level that will apply to all the SIP
Stack modules including the SIP Stack, ADS and CORE
modules.
coreLogFilters—the log level that will apply to all CORE
modules overriding the default log level.
adsLogFilters—log level that will apply to all ADS modules.
These parameters are used only if they contain a non-zero value that overrides
the default log level.
Note The specific sources of the CORE module are placed in the
RvSipStackCoreLogFiltersCfg structure. The specific sources of the ADS module
are placed in the RvSipStackAdsLogFiltersCfg structure. Both structures are part
of the RvSipStackCfg structure.