Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Debugging routines
This module implements debug routines which enable debug traces to be sent to a logger Note this module is only compiled if HTTP_CORE_ENABLE_DEBUG is defined in HttpConfig.h. More...
Functions | |
| void | HttpDebug (const char *pFormat,...) |
| Send formatted debug trace to logger. | |
| void | HttpDebugStr (const char *pString) |
| Send string debug trace to logger. | |
| void | HttpAssert (int condition) |
| Assert that a certain condition is true. | |
Detailed Description
This module implements debug routines which enable debug traces to be sent to a logger Note this module is only compiled if HTTP_CORE_ENABLE_DEBUG is defined in HttpConfig.h.
Function Documentation
| void HttpAssert | ( | int | condition ) |
Assert that a certain condition is true.
- Parameters:
-
condition A value that must be nonzero
Definition at line 63 of file HttpDebug.cpp.
| void HttpDebug | ( | const char * | pFormat, |
| ... | |||
| ) |
Send formatted debug trace to logger.
- Parameters:
-
pFormat The printf-style format to send ... The rest of the parameters
Definition at line 45 of file HttpDebug.cpp.
| void HttpDebugStr | ( | const char * | pString ) |
Send string debug trace to logger.
- Parameters:
-
pString The string to send
Definition at line 58 of file HttpDebug.cpp.
Generated on Wed Jul 13 2022 13:30:51 by
1.7.2