MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/PositionBasedDynamics / BufferSink

Method BufferSink

Utils/Logger.h:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108
109 public:
110 BufferSink(const LogLevel minLevel) : LogSink(minLevel)
111 {
112 m_buffer.reserve(10000);
113 }
114
115 virtual void write(const Utilities::LogLevel level, const std::string& str)
116 {

Callers

nothing calls this directly

Calls 1

reserveMethod · 0.45

Tested by

no test coverage detected