MongoDB C++ Driver legacy-1.1.2
Loading...
Searching...
No Matches
List of all members
mongo::logger::Encoder< Event > Class Template Referenceabstract

Interface for objects that encode Events to std::ostreams. More...

#include <encoder.h>

Detailed Description

template<typename Event>
class mongo::logger::Encoder< Event >

Interface for objects that encode Events to std::ostreams.

Most appender implementations write to streams, and Encoders represent the process of encoding events into streams.


The documentation for this class was generated from the following file: