XDP Log
Log Levels
- XDP_LOG_TRACE
[source]A log level describing events showing step by step execution of your code that can be ignored during the standard operation, but may be useful during extended debugging sessions.
- XDP_LOG_DEBUG
[source]A log level used for events considered to be useful during software debugging when more granular information is needed.
- XDP_LOG_INFO
[source]An event happened, the event is purely informative and can be ignored during normal operations.
- XDP_LOG_WARNING
[source]Unexpected behavior happened inside the application, but it is continuing its work and the key business features are operating as expected.
- XDP_LOG_ERROR
[source]One or more functionalities are not working, preventing some functionalities from working correctly.