Learn R Programming

dyn.log (version 0.4.0)

format.log_level: Log Level Format

Description

formats a message with the style of the log level.

Usage

# S3 method for 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

Run this code
# NOT RUN {
level_info(LEVEL)
# }

Run the code above in your browser using DataLab