.. index:: 
  !Log.get Method
  
.. _id3_bioseal_log_get_class_method:

===============================================================================
Log.get Method
===============================================================================

Module: :ref:`Log<id3_bioseal_log_class>`

Definition
----------

Gets an item of the Log object.


.. code:: Dart

    LogItem get(int index)

**Parameters**

.. line-block::

    ``index`` int
    :guilabel:`in` Index of the LogItem item to get.


**Returns**

.. line-block::

    :ref:`LogItem<id3_bioseal_log_item_class>`
    LogItem item to get.

**Exceptions**

.. line-block::

    :ref:`BiosealException<id3_bioseal_bioseal_exception>`
    An error has occurred during Bioseal Library execution.



