table of contents
MONGOC_STRUCTURED_LOG_OPTS_GET_MAX_DOCUMENT_LENGTH(3) | libmongoc | MONGOC_STRUCTURED_LOG_OPTS_GET_MAX_DOCUMENT_LENGTH(3) |
SYNOPSIS¶
size_t mongoc_structured_log_opts_get_max_document_length (const mongoc_structured_log_opts_t *opts);
PARAMETERS¶
- •
- opts: Structured log options, allocated with mongoc_structured_log_opts_new().
RETURNS¶
Returns the current maximum document length set in opts, as a size_t.
SEE ALSO:
Structured Logging
AUTHOR¶
MongoDB, Inc
COPYRIGHT¶
2009-present, MongoDB, Inc.
February 5, 2025 | 1.30.0 |