Skip to content

AccessLogSink

Defined in: src/access-log.ts:20

Where the hook writes formatted JSON lines.

write(line): void;

Defined in: src/access-log.ts:22

Write one access-log line. The trailing newline is included by the caller.

ParameterType
linestring

void