Initial commit - Event Planner application
This commit is contained in:
9
node_modules/@nestjs/serve-static/tests/utils/noop-logger.ts
generated
vendored
Normal file
9
node_modules/@nestjs/serve-static/tests/utils/noop-logger.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { ConsoleLogger } from '@nestjs/common';
|
||||
|
||||
export class NoopLogger extends ConsoleLogger {
|
||||
error(message: any, trace?: string, context?: string) {}
|
||||
warn(message: any, context?: string) {}
|
||||
log(message: any, context?: string) {}
|
||||
debug(message: any, context?: string) {}
|
||||
verbose(message: any, context?: string) {}
|
||||
}
|
||||
Reference in New Issue
Block a user