Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
log
Method · 0.95
warn
Method · 0.95
error
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected