Enable logging
Arguments
- filename
character: a filename/path where the log can be written out. If
""
, messages will print tostdout
(the screen). Seebase::cat()
.- append
logical: if the file already exists, append to it? Default is
FALSE
, and if not in append mode, if thefilename
exists, it will be deleted.