A sink is a function that accepts a log record and prints it somewhere.
Thrown exceptions will be suppressed and then logged to the meta logger,
a Logger with the category ["logtape", "meta"]
. (In that case,
the meta log record will not be passed to the sink to avoid infinite
recursion.)
(record: LogRecord) => void