Berserk
|
Unified console output for utf-8 text. More...
#include <Output.hpp>
Public Member Functions | |
BRK_API | Output ()=default |
BRK_API | ~Output ()=default |
BRK_API void | Write (const String &text) |
Write text to system console. More... | |
BRK_API void | WriteWarning (const String &text) |
Write warning text to system console. More... | |
BRK_API void | WriteError (const String &text) |
Write error text to system console. More... | |
Unified console output for utf-8 text.
|
default |
|
default |
BRK_NS_BEGIN void Output::Write | ( | const String & | text | ) |
Write text to system console.
Writes text to system console. Automatically converts encoding of th string.
text | Utf-8 encoded string text |
void Output::WriteError | ( | const String & | text | ) |
Write error text to system console.
Writes text to system console. Automatically converts encoding of th string.
text | Utf-8 encoded string text |
void Output::WriteWarning | ( | const String & | text | ) |
Write warning text to system console.
Writes text to system console. Automatically converts encoding of th string.
text | Utf-8 encoded string text |