LogEntry

class LogEntry(val level: LogLevel, val message: String)(source)

A LogEntry is a data class that represents a log entry

Since

0.1.0

Parameters

level

The LogLevel of the LogEntry

message

The message of the LogEntry

Constructors

Link copied to clipboard
constructor(level: LogLevel, message: String)

Properties

Link copied to clipboard
Link copied to clipboard

The message of the LogEntry