AccessLogSink
Defined in: src/access-log.ts:20
Where the hook writes formatted JSON lines.
Methods
Section titled “Methods”write()
Section titled “write()”write(line): void;Defined in: src/access-log.ts:22
Write one access-log line. The trailing newline is included by the caller.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
line | string |
Returns
Section titled “Returns”void