SinkFunctionCopyimport type { SinkFunction } from "https://raw.githubusercontent.com/Yamboy1/deno-structured-logging/master/mod.ts";A sink is like an output, sometimes known as a handler type SinkFunction = (logEntry: LogEntry) => void;§Type§(logEntry: LogEntry) => void[src]