Lotl.log Property

Module: Lotl

Type: Log

Definition

Get the log.

log: Log

Exceptions

An error has occurred during Bioseal Library execution.
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

int
An error code.
See id3BiosealError file for the list of possible error codes.