Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.galileo.ai/llms.txt

Use this file to discover all available pages before exploring further.


Function: reset()

function reset(options: LoggerKeyOptions): Promise<void>;
Defined in: src/singleton.ts Reset (terminate and remove) a specific logger instance.

Parameters

options

LoggerKeyOptions = {} Configuration options to identify which logger to reset

Returns

Promise<void>