format.log_level {dyn.log} | R Documentation |
Log Level Format
Description
formats a message with the style of the log level.
Usage
## S3 method for class 'log_level'
format(x, message = character(0), ...)
Arguments
x |
log level |
message |
message to format |
... |
further arguments passed to or from other methods. |
Value
styled level information
Examples
## Not run:
level_info(LEVEL)
## End(Not run)
[Package dyn.log version 0.4.0 Index]