MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / write

Method write

Utilities/Logger.h:172–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170 }
171
172 void write(const LogLevel level, const std::string &str)
173 {
174 if (!m_active)
175 return;
176 for (unsigned int i = 0; i < m_sinks.size(); i++)
177 m_sinks[i]->write(level, str);
178 }
179
180 void activate(const bool b) { m_active = b; }
181 };

Callers 15

saveStateMethod · 0.45
saveStateMethod · 0.45
saveStateMethod · 0.45
saveStateMethod · 0.45
saveStateMethod · 0.45
saveStateMethod · 0.45
saveMethod · 0.45
initSystemMethod · 0.45
initSystemMethod · 0.45
writeMD5FileMethod · 0.45
~LogStreamMethod · 0.45
saveStateMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected