RlyLogger: Print log message to file or console.

RlyLoggerR Documentation

Print log message to file or console.

Description

This object is a stand-in for a logging object created by the logging module. RLY will use this by default to create things such as the parser.out file. If a user wants more detailed information, they can create their own logging object and pass it into RLY. '

Usage

RlyLogger

Format

A R6Class object

Examples

debuglog <- rly::RlyLogger$new(".", "file.out")
debuglog$info('This is info message')

file.remove("file.out")

rly documentation built on May 8, 2022, 5:05 p.m.