getLog
Get the log messages of the last configuration
Signatures
- Paramate.Configurator.getLog(callback = undefined)
Details
The function requests the log of the last configuration from the server and returns it.
Parameters
- callback
-
Function to be called with the log as argument.
Return value
An object containing the log information:
{
message: ..., // string: the output messages from the CAD tool
error: ..., // string: the error messages from the CAD tool
timestamp: ..., // time: the time of the log
}