.. index:: 
  !LogItemType Enumeration

.. _id3_bioseal_log_item_type_enum:

===============================================================================
LogItemType Enumeration
===============================================================================

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

Definition
----------

.. line-block::
    Enumerates the log item types.

Fields
------

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

  * - Name
    - Value
    - Description
  * - ``undefined``
    - 0
    - The log item is an undefined.
  * - ``information``
    - 1
    - The log item is an information.
  * - ``warning``
    - 2
    - The log item is a warning.
  * - ``error``
    - 3
    - The log item is an error.
  * - ``debug``
    - 4
    - The log item is for debug only.
