13 virtual void write(
const std::string& message) = 0;
Base class for all scene-graph nodes in the component hierarchy.
Abstract base class for log output sinks (console, file, etc.).
virtual void write(const std::string &message)=0
Write a formatted log message to this output.