skip to main content
OpenAccess SDK Service Attributes : Defining Service Attributes : ServiceDebugLogLevel
 

ServiceDebugLogLevel

Specifies the level of detail for messages logged in the debug log file. One or multiple message levels can be enabled/disabled.

Valid values

*Fatal
*Error
*Warnings
*Information
*Debug
*SSP Packet log
*SSP Requests
Note: The value of this attribute is a bitmask with each bit having the following decimal values when turned on:
Value
Bit
Decimal Value
Fatal
Bit 0
1
Error
Bit 1
2
Warnings
Bit 2
4
Information
Bit 3
8
Debug
Bit 4
16
SSP Packet Log
Bit 5
32
SSP Requests
Bit 6
64
If you set this attribute using an OpenAccess SDK Manager command that prompts for a decimal value, such as the ServiceAttributeReplace command, the value you set must equal the total decimal value of the bits you want to turn on. For example, if you want to turn all bits on, meaning all options would be logged, you would set the attribute to 127 (1+2+4+8+16+32+64=127). To turn off all bits, set the attribute to 0.

Default

Fatal.

Type

Dynamic
Note: To configure level of logging of the IP service and session debug log files, see ServiceIPLogOption.