Lotl.log Property¶
Module: Lotl
Type: Log
Definition¶
Get the log.
Log get log => getLog();
Exceptions
An error has occurred during Bioseal Library execution.
public Log log
{
get => Getlog();
}
Exceptions
An error has occurred during Bioseal Library execution.
public Log getLog() throws BiosealException
Exceptions
An error has occurred during Bioseal Library execution.
public var log: Log
get {
return try! getLog()
}
}
Exceptions
An error has occurred during Bioseal Library execution.
int id3BiosealLotl_GetLog (ID3_BIOSEAL_LOTL hLotl, ID3_BIOSEAL_LOG hLog)
Returns