LogEntry

class LogEntry

Represents a log entry that contains information about an event for logging purposes.

Properties

Link copied to clipboard

A map containing additional contextual information for the log entry, with key-value pairs representing attributes related to the log event.

Link copied to clipboard

The severity level of the log entry, represented by the LogLevel enum.

Link copied to clipboard

A description of the event or action being logged.

Link copied to clipboard
val tag: String

A string that identifies the source or category of the log entry.

Link copied to clipboard

An optional Throwable associated with the log entry, providing details about an exception or error if applicable.