> ## 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.

# getAllLoggers

***

# Function: getAllLoggers()

```ts theme={null}
function getAllLoggers(): Map<string, GalileoLogger>;
```

Defined in: [src/singleton.ts](https://github.com/rungalileo/galileo-js/blob/main/src/singleton.ts)

Retrieves a shallow copy of the map containing all active loggers.

## Returns

`Map`\<`string`, [`GalileoLogger`](/sdk-api/typescript/reference/README/classes/GalileoLogger)>

A map of keys to GalileoLogger instances
