as.character.log_level {dyn.log} | R Documentation |
Get Log Level Name
Description
gets the name of the log level though casting to a character and forwarding the call to get_level_name.
Usage
## S3 method for class 'log_level'
as.character(x, ...)
Arguments
x |
log level |
... |
ignored |
Value
log level name
[Package dyn.log version 0.4.0 Index]