Convert a LogEvent to a character string
Usage
# S3 method for class 'LogEvent'
toString(x, ...)
Examples
toString(LogEvent$new(logger = lgr::lgr))
#> [1] "$level: `400`, $timestamp: `2025-07-23 06:40:39.783572`, $logger: `root`, $caller: `NA`, $msg: `NA`, $rawMsg: `NA`"