Learn R Programming

lgr (version 0.4.2)

toString.LogEvent: Convert a LogEvent to a character string

Description

Convert a LogEvent to a character string

Usage

# S3 method for LogEvent
toString(x, ...)

Arguments

...

ignored

Value

a character scalar

Examples

Run this code
# NOT RUN {
toString(LogEvent$new(logger = lgr::lgr))
# }

Run the code above in your browser using DataLab