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