.. index:: 
  !Log Class

.. _id3_bioseal_log_class:

===============================================================================
Log Class
===============================================================================

Namespace: :ref:`id3.Bioseal<reference_bioseal>`

.. toctree::
  :hidden:

  count<count>
  exportToHtml<export_to_html>
  exportToJson<export_to_json>
  get<get>
  getCount<get_count>


Definition
----------
.. line-block::
    Represents the log.


Properties
----------

.. list-table:: 
  :width: 100%
  :widths: 30 5 65
  :header-rows: 1

  * - Name
    - Type
    - Description
  * - :ref:`count<id3_bioseal_log_count_class_member>`
    - int
    - Gets the number of elements contained in the list
  * - operator [int index]
    - :ref:`LogItem<id3_bioseal_log_item_class>`
    - Gets or sets the element at the specified index in the list.

Iteration
---------

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


Methods
-------

.. list-table:: 
  :width: 100%
  :widths: 30 70
  :header-rows: 1

  * - Name
    - Description
  * - :ref:`exportToHtml<id3_bioseal_log_export_to_html_class_method>`
    - Exports a representation of the log, in HTML format.
  * - :ref:`exportToJson<id3_bioseal_log_export_to_json_class_method>`
    - Exports a representation of the log, in JSON format.
  * - :ref:`get<id3_bioseal_log_get_class_method>`
    - Gets an item of the Log object.
  * - :ref:`getCount<id3_bioseal_log_get_count_class_method>`
    - Gets the number of elements in the Log object.
