NoopLogger Class — drizzle-orm Architecture
Architecture documentation for the NoopLogger class in logger.ts from the drizzle-orm codebase.
Entity Profile
Dependency Diagram
graph TD 35bf6fb2_ea4b_8b5e_7cab_3dbbf0a071b6["NoopLogger"] 60da011b_729a_992e_0865_db2038e618a2["logger.ts"] 35bf6fb2_ea4b_8b5e_7cab_3dbbf0a071b6 -->|defined in| 60da011b_729a_992e_0865_db2038e618a2 9ac78f60_c67c_afbf_3f73_5e43323b9ab4["logQuery()"] 35bf6fb2_ea4b_8b5e_7cab_3dbbf0a071b6 -->|method| 9ac78f60_c67c_afbf_3f73_5e43323b9ab4
Relationship Graph
Source Code
drizzle-orm/src/logger.ts lines 41–47
export class NoopLogger implements Logger {
static readonly [entityKind]: string = 'NoopLogger';
logQuery(): void {
// noop
}
}
Domain
Defined In
Source
Frequently Asked Questions
What is the NoopLogger class?
NoopLogger is a class in the drizzle-orm codebase, defined in drizzle-orm/src/logger.ts.
Where is NoopLogger defined?
NoopLogger is defined in drizzle-orm/src/logger.ts at line 41.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free