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
Log$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.
Log$open()
Opens the connection to the output filename.
Usage
Log$open(type = c("output", "message"))Arguments
typeA
charactervector of the output types.
