MCPcopy
hub / github.com/mongodb/node-mongodb-native / clearPendingLog

Method clearPendingLog

src/mongo_logger.ts:964–966  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

962 }
963
964 private clearPendingLog() {
965 this.pendingLog = null;
966 }
967
968 willLog(component: MongoLoggableComponent, severity: SeverityLevel): boolean {
969 if (severity === SeverityLevel.OFF) return false;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected