MCPcopy Create free account
hub / github.com/CrowCpp/Crow / ExampleLogHandler

Class ExampleLogHandler

examples/example_with_all.cpp:3–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "crow_all.h"
2
3class ExampleLogHandler : public crow::ILogHandler
4{
5public:
6 void log(const std::string& /*message*/, crow::LogLevel /*level*/) override
7 {
8 // cerr << "ExampleLogHandler -> " << message;
9 }
10};
11
12int main()
13{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected