.. role:: clio-optional
   :class: clio-flag clio-flag-optional


########
LogEntry
########

.. js:data:: wvc.LogEntry

   Represents a single log entry emitted by the log service.
   
   
   Index
   =====
   
   .. rubric:: Properties
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:data:`~wvc.LogEntry.level`
   * :js:data:`~wvc.LogEntry.message`
   * :js:data:`~wvc.LogEntry.timestamp`
   * :js:data:`~wvc.LogEntry.context`
   
   



.. rst-class:: kind-group kind-properties

.. rubric:: Properties
   :class: kind-group-title


.. js:data:: wvc.LogEntry.level

      .. rst-class:: sig-pretty-signature
      
         | level: :js:data:`LogLevel <wvc.LogLevel>`
      
      Severity level of the log entry.
      



.. js:data:: wvc.LogEntry.message

      .. rst-class:: sig-pretty-signature
      
         | message: *string*
      
      Human-readable log message.
      



.. js:data:: wvc.LogEntry.timestamp

      .. rst-class:: sig-pretty-signature
      
         | timestamp: *Date*
      
      Timestamp at which the log entry was created.
      



.. js:data:: wvc.LogEntry.context

      .. rst-class:: clio-flags
      
         :clio-optional:`optional`
      
      .. rst-class:: sig-pretty-signature
      
         | context: *Record*
      
      Optional structured context attached to the log entry.
      




