MCPcopy
hub / github.com/diced/zipline / log

Function log

src/lib/logger.ts:7–9  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

5export type LoggerLevel = 'info' | 'warn' | 'error' | 'debug' | 'trace';
6
7export function log(name: string) {
8 return new Logger(name);
9}
10
11export default class Logger {
12 public constructor(public name: string) {}

Callers 15

compress.tsFile · 0.90
version.tsFile · 0.90
file.tsFile · 0.90
getDatasourceFunction · 0.90
S3DatasourceClass · 0.90
LocalDatasourceClass · 0.90
clearZeros.tsFile · 0.90
clearTemp.tsFile · 0.90
requerySize.tsFile · 0.90
upload.tsFile · 0.90
TasksClass · 0.90
http.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected