ChartDirector 7.1 (C++ Edition)
Chart.getBootLog
Usage
static void getBootLog(char *buffer);
Description
A diagnostic function to obtain the ChartDirector boot log.
Currently, ChartDirector does not need to do anything particular during start up, except scanning for the license file. Thus this information is mainly used to diagnose license file loading issues.
Arguments
Argument | Default | Description |
buffer | (Mandatory) | A buffer to hold the boot log message. The buffer should be at least 4096 bytes in size. |
Return Value
None
© 2023 Advanced Software Engineering Limited. All rights reserved.