MCPcopy Create free account
hub / github.com/benwinding/react-admin-import-csv / getLogString

Method getLogString

src/SimpleLogger.ts:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6 constructor(private prefix: string, private debug: boolean) {}
7
8 private getLogString() {
9 return `🌟 react-admin-import-csv:: ${this.prefix} [${this.loggerID}] `;
10 }
11
12 public get log() {
13 if (!this.debug) {

Callers 3

logMethod · 0.95
warnMethod · 0.95
errorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected