MCPcopy
hub / github.com/antfu-collective/taze / log

Method log

src/log.ts:42–44  ·  view source on GitHub ↗
(string = '')

Source from the content-addressed store, hash-verified

40 }
41
42 log(string = '') {
43 this.rows.push(string)
44 }
45
46 error(string = '') {
47 if (shouldLog(this.options.loglevel, 'error'))

Callers 4

index.tsFile · 0.80
checkFunction · 0.80
checkGlobalFunction · 0.80
beforeWriteFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected