makeSimpleFileLogger(logfile, touch = FALSE, keep = 10L)
character(1)
]
File to log to.logical(1)
]
Should the file be
created before the first log message? Default is
FALSE
.integer(1)
]
Number of log messages
to keep in memory for quick access. Default is
10
.SimpleFileLogger
]. A list with following
functions:function(msg)
]function(n)
]n
log messages.function()
]function()
]function()
]