MCPcopy
hub / github.com/ineo6/hosts / createLogger

Function createLogger

src/log.ts:9–15  ·  view source on GitHub ↗
(silent?: Boolean)

Source from the content-addressed store, hash-verified

7}
8
9export function createLogger(silent?: Boolean) {
10 if (!silent) {
11 disableLog()
12 }
13
14 return log;
15}

Callers 2

base.tsFile · 0.90
SpeedTest.tsFile · 0.90

Calls 1

disableLogFunction · 0.85

Tested by

no test coverage detected