tfLogGetLevel
Table of Contents >> IPsec/IKE Programmer's Reference >> Enhanced Logging for IPsec/IKE
| #include <trsocket.h> |
| int tfLogGetLevel | ( |
| tt32Bit module, | |
| tt8BitPtr levelPtr | |
| ); |
Function Description
This function is called from the application to retrieve the active Logging Level for the given Module.
Parameters
- module
- This is set to one of the Modules.
- levelPtr
- This returns the active Logging Level.
Returns
- TM_ENOERROR
- This indicates success.
- TM_EINVAL
- This indicates failure. The kernel found invalid arguments in the call.
Table of Contents >> IPsec/IKE Programmer's Reference >> Enhanced Logging for IPsec/IKE