Function
EN
Version 4.50
@SwitchLogDoc
Misc
System
Syntax
@SwitchLogDoc;
Description
After this @Function has been called, the log is continued in a new subsequent APILOG document.
Example @SwitchLogDoc:
@LogReport("document 1");
@SwitchLogDoc;
@LogReport("document 2");
The line "document 1" is output in the first APILOG document; the line "document 2" starts the next APILOG document.
Note : This text was machine-translated and may contain inaccuracies.
