Basic R6 object for Log, any Log inherit from here
Public fields
filenameA
characterof where the log is to be stored.outputThe log content.
Methods
Method new()
Initializes the object and specifies some default parameters.
Usage
Log$new(filename, output)Arguments
filenameA
characterof where the log is to be stored.outputThe log content.
Method open()
Opens the connection to the output filename.
Usage
Log$open(type = c("output", "message"))Arguments
typeA
charactervector of the output types.
