Kind: Class
Source: packages/common/interfaces/nest-application-context-options.interface.ts
Part of: Common
Properties
| Property | Type |
|---|---|
logger | `LoggerService |
abortOnError | `boolean |
bufferLogs | boolean |
autoFlushLogs | boolean |
preview | boolean |
snapshot | boolean |
moduleIdGeneratorAlgorithm | `'deep-hash' |
instrument | { instanceDecorator: (instance: unknown) => unknown; } |
forceConsole | boolean |
Used by
9 references from 9 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (9)
handler—packages/core/middleware/middleware-module.ts:287NestContainer—packages/core/injector/container.ts:31NestApplicationContext—packages/core/nest-application-context.ts:40IEntryNestModule—packages/core/nest-factory.ts:39MicroservicesModule—packages/microservices/microservices-module.ts:23TestingModuleOptions—packages/testing/testing-module.builder.ts:29TestingModule—packages/testing/testing-module.ts:26SocketModule—packages/websockets/socket-module.ts:27
…and 1 more.
Was this page helpful?