Console enables arbitrary output via channels; filters can be used to filter the output; and rendering contexts are for different output rendering (eg. into file, into debug console, on screen, etc.).
Basic use would be: get a channel: static getChannel(), and dump stuff into it.
Static Public Methods | |
| CChannel & | getChannel (const std::string &name) |
| Gets channel by name. | |
1.2.17