MCPcopy Create free account
hub / github.com/baiwumm/react-admin / constructor

Method constructor

Xmw_server/src/utils/log4js.ts:26–31  ·  view source on GitHub ↗
(
    public readonly context: string,
    public readonly path?: string,
    public readonly lineNumber?: number,
    public readonly columnNumber?: number,
  )

Source from the content-addressed store, hash-verified

24// 内容跟踪类
25export class ContextTrace {
26 constructor(
27 public readonly context: string,
28 public readonly path?: string,
29 public readonly lineNumber?: number,
30 public readonly columnNumber?: number,
31 ) { }
32}
33
34Log4js.addLayout('Awesome-nest', (logConfig: any) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected