format.log_level: Log Level Format

View source: R/level.R

format.log_levelR 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)

dyn.log documentation built on March 18, 2022, 7:07 p.m.