Skip to contents

The CARDdealr logger

Usage

get_carddealr_logger()

Value

a lgr::LoggerGlue instance

Examples


lg <- get_carddealr_logger()

lg$info('this is a log entry')
#> INFO  [15:27:50.561] this is a log entry