skip to main content
OpenAccess SDK Manager Commands : OpenAccess SDK Manager Commands : SessionDebugLogLevel | sesdll
 

SessionDebugLogLevel | sesdll

Displays or changes the debug log level of the specified session. When no debug log level values are provided, the current settings are listed.

Syntax


{SessionDebugLogLevel | sesdll} service_name
[ [{dis | disable}]
[{enall | enableall}]
[{en | enable}]
[{ferr | fatalerror}={off | on}] |
[{err | errors}={off | on}] |
[{war | warnings}={off | on}] |
[{info | informationals}={off | on}] |
[{debug | debugging}={off | on}] |
[{sspp | ssppackets}={off | on}] |
[{sspr | ssprequests}={off | on}] | ... ]
where service_name is the service to which the session belongs. Service names can be obtained using the ServiceList | sl command.

Example

Example A: The following example displays the current settings of the debug log for session 5 of the OpenAccessSDK810_C data access service:

sesdll OpenAccessSDK810_C 5
Example B: The following example turns on debug messages and turns off error messages in the debug log for session 5 of the OpenAccessSDK810_C data access service:

sesdll OpenAccessSDK810_C 5 debug=on err=off