Skip to content

agent-sdk / 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

packages/agent-sessions/dist/node/index.d.ts:91

Released under the MIT License.