Creates a file-backed logging handler.
The returned handler writes one line per log record to path.
@eryx/logging/FileHandler ModuleFile log handler.
Writes log records to a file opened in append mode. Output can be
human-readable text or JSON lines (asJson = true).
Creates a file-backed logging handler.
The returned handler writes one line per log record to path.
Destination file path.
Optional handler behavior (json mode, flush policy, filter, ...).
A logging handler with an optional close() method.