Kanzi 4.0.0-beta2
Output

Output the tracing information. More...

Collaboration diagram for Output:

Functions

void kanzi::clearTrace ()
 Clear the current tracing log.
 
void kanzi::logTraceToFile (string_view fileName)
 Write the current tracing log to a file.
 

Detailed Description

Output the tracing information.

Function Documentation

◆ logTraceToFile()

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.

Parameters
fileNameThe filename to write.

◆ clearTrace()

void kanzi::clearTrace ( )

Clear the current tracing log.