MCPcopy
hub / github.com/sequelize/sequelize / LoggerConfig

Interface LoggerConfig

lib/utils/logger.ts:16–23  ·  lib/utils/logger.ts::LoggerConfig

Source from the content-addressed store, hash-verified

14 * @access package
15 */
16export interface LoggerConfig {
17 /**
18 * The context which the logger should log in.
19 *
20 * @default class="st">'sequelize'
21 */
22 context?: string;
23}
24
25export class Logger {
26 protected config: LoggerConfig;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected