|
ARC SDK
|
Class used for localised output of log messages. More...
#include <arc/IString.h>
Friends | |
| std::ostream & | operator<< (std::ostream &os, const IString &msg) |
| Output localised message to an output stream. | |
Class used for localised output of log messages.
IString should only be used directly in rare cases. Logger should be used instead in most cases.
1.8.3.1