RlyLogger {rly} | R Documentation |
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. '
RlyLogger
A R6Class
object
debuglog <- rly::RlyLogger$new(".", "file.out")
debuglog$info('This is info message')
file.remove("file.out")