Learn R Programming

lgr (version 0.4.4)

toString.LogEvent: Convert a LogEvent to a character string

Description

Convert a LogEvent to a character string

Usage

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

Value

a character scalar

Arguments

x

a LogEvent

...

ignored

Examples

Run this code
toString(LogEvent$new(logger = lgr::lgr))

Run the code above in your browser using DataLab