MCPcopy
hub / github.com/ever-co/ever-demand / log

Method log

packages/core/src/helpers/NestJSLogger.ts:7–9  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

5
6export class EverbieNestJSLogger implements LoggerService {
7 log(message: string) {
8 log.info(message);
9 }
10
11 error(message: string, trace: string) {
12 log.error(`Message: ${message}. Trace: ${trace}`);

Callers 15

constructorMethod · 0.80
constructorMethod · 0.80
webpack.config.jsFile · 0.80
bootstrapNestFunction · 0.80
main.tsFile · 0.80
configureMethod · 0.80
createSchemaMethod · 0.80
pm2bootstrap.tsFile · 0.80
exitPM2Function · 0.80
autoExitFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected