Skip to content

agent-sessions / Exports / SilentSessionLogger

Class: SilentSessionLogger

No-op logger — used when logging is disabled.

Implements

Table of contents

Constructors

Methods

Constructors

constructor

new SilentSessionLogger(): SilentSessionLogger

Returns

SilentSessionLogger

Methods

log

log(): void

Log a session event with structured data.

Returns

void

Implementation of

ISessionLogger.log

Defined in

agent-sessions/src/session-logger.ts:62

Released under the MIT License.