Log Class

Namespace: id3.Bioseal

Definition

Represents the log.

Properties

Name

Type

Description

count

int

Gets the number of elements contained in the list

operator [int index]

LogItem

Gets or sets the element at the specified index in the list.

Iteration

This class supports iteration in Dart, C#, Java and Python.

Methods

Name

Description

exportToHtml

Exports a representation of the log, in HTML format.

exportToJson

Exports a representation of the log, in JSON format.

get

Gets an item of the Log object.

getCount

Gets the number of elements in the Log object.