ChartDirector 7.1 (.NET Edition)
Chart.getBootLog
Usage
[C#] | public static string getBootLog(); |
[VB] | Public Shared Function getBootLog() As String |
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
None
Return Value
A text string containing the boot log.
© 2023 Advanced Software Engineering Limited. All rights reserved.