Manifest.log Property¶
Module: Manifest
Type: Log
Definition¶
The log.
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