Check if your system supports background logging.
log_support()
TRUE
if your system supports background logging, FALSE
otherwise.
The background logging functionality requires a Linux, Mac,
or Windows computer, It also requires POSIX thread support
and the nanosleep()
C function.
log_support()
#> [1] TRUE