MCPcopy Create free account
hub / github.com/boostorg/asio / null

Method null

example/cpp11/services/logger_service.hpp:69–72  ·  view source on GitHub ↗

Return a null logger implementation.

Source from the content-addressed store, hash-verified

67
68 /// Return a null logger implementation.
69 impl_type null() const
70 {
71 return 0;
72 }
73
74 /// Create a new logger implementation.
75 void create(impl_type& impl, const std::string& identifier)

Callers 1

basic_loggerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected