Record

data class Record(var level: Level, var target: String, var message: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The target field from the Rust log crate. Usually the Rust module name, however log! calls can manually override the target name.