Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mongodb/node-mongodb-native
/ toLog
Method
toLog
src/mongo_logger.ts:456–456 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
454
/** @internal */
455
export
interface
LogConvertible extends Record<string, any> {
456
toLog(): Record<string, any>;
457
}
458
459
type
BSONObject =
Callers
1
log
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected