Logging¶
-
class
dna.utils.
Logger
(path, append=False)[source]¶ Various utilities to interface with logs
- Parameters
path (str) – the path to the logfile
append (bool) – whether to append to the logfile (defaults to
False
and overwrites logfile)
dna.utils.
Logger
(path, append=False)[source]¶Various utilities to interface with logs
path (str) – the path to the logfile
append (bool) – whether to append to the logfile (defaults to False
and overwrites logfile)