MCPcopy Index your code
hub / github.com/CommandCodeAI/BaseAI / logger

Function logger

packages/baseai/src/utils/logger-utils.ts:23–29  ·  view source on GitHub ↗
(
	category: LogCategories,
	value?: unknown,
	logHeader?: string
)

Source from the content-addressed store, hash-verified

21};
22
23export const logger = (
24 category: LogCategories,
25 value?: unknown,
26 logHeader?: string
27) => {
28 getLogger().log(category, value, logHeader);
29};

Callers 5

addContextFromMemoryFunction · 0.90
processLlmResponseFunction · 0.90
handleRunFunction · 0.90
processLlmResponseFunction · 0.90
handleRunFunction · 0.90

Calls 2

getLoggerFunction · 0.85
logMethod · 0.80

Tested by

no test coverage detected