File: logger.md

package info (click to toggle)
mongo-cxx-driver 4.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 14,632 kB
  • sloc: cpp: 60,864; python: 962; sh: 496; xml: 253; perl: 94; makefile: 22
file content (7 lines) | stat: -rw-r--r-- 173 bytes parent folder | download
1
2
3
4
5
6
7
# Basic Usage

@snippet api/mongocxx/examples/logger/basic_usage.cpp Example

# Convert a Log Level to a String

@snippet api/mongocxx/examples/logger/to_string.cpp Example