Output the tracing information. More...
Functions | |
| void | kanzi::clearTrace () |
| Clear the current tracing log. | |
| void | kanzi::logTraceToFile (string_view fileName) |
| Write the current tracing log to a file. | |
Output the tracing information.
| void kanzi::logTraceToFile | ( | string_view | fileName | ) |
Write the current tracing log to a file.
This will consume all trace events. The file written will be compatible with the Google tracing format.
| fileName | The filename to write. |
| void kanzi::clearTrace | ( | ) |
Clear the current tracing log.