Manifest.log Property

Module: Manifest

Type: Log

Definition

The log.

log: Log

Exceptions

An error has occurred during Bioseal Library execution.
Log get log => getLog();
set log(Log value) => setLog(value);

Exceptions

An error has occurred during Bioseal Library execution.
public Log log
{
    get => Getlog();
    set => Setlog(ref value);
}

Exceptions

An error has occurred during Bioseal Library execution.
public Log getLog() throws BiosealException
public void setLog(Log log) 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 id3BiosealManifest_GetLog (ID3_BIOSEAL_MANIFEST hManifest, ID3_BIOSEAL_LOG hLog)
int id3BiosealManifest_SetLog (ID3_BIOSEAL_MANIFEST hManifest, ID3_BIOSEAL_LOG hLog)

Returns

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