MCPcopy
hub / github.com/AutoMaker-Org/automaker / setLogLevel

Function setLogLevel

libs/utils/src/logger.ts:231–233  ·  view source on GitHub ↗
(level: LogLevel)

Source from the content-addressed store, hash-verified

229 * Set the log level programmatically (useful for testing)
230 */
231export function setLogLevel(level: LogLevel): void {
232 currentLogLevel = level;
233}
234
235/**
236 * Enable or disable colored output

Callers 4

index.tsFile · 0.90
logger.test.tsFile · 0.90
logger.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected