-
-
Notifications
You must be signed in to change notification settings - Fork 183
Common message format
panzergame edited this page Dec 6, 2016
·
1 revision
To respect a message format for all the message, a list of functions/macros were developed for general cases:
- general message/error/warning/debug
- C++ class function error/warning/debug
- python message/error/warning
- python attributes message/error/warning
- python function message/error/warning
- logic brick message/error/warning
All these functions produce a message with a special format and colored texts if the console support it. All the formats are prefixed of a bold red "Error" or a bold yellow "Warning" or a bold white "Debug" or nothing.
TODO