|
0fbbfe2cdd
|
Also added print_ methods to the logger, and the PRINT macros now call those.
|
2022-02-15 13:08:18 +01:00 |
|
|
683359a2af
|
Rename the old macros to RPRINT_XX, and made the new ones the default.
|
2022-02-15 13:05:28 +01:00 |
|
|
406a3fb51a
|
Codestyle.
|
2022-02-15 12:51:31 +01:00 |
|
|
5b07e28030
|
Request the proper string variant.
|
2022-02-15 12:50:50 +01:00 |
|
|
a111150e7e
|
Added variadic macros to be used with the new stream like logging api.
|
2022-02-15 12:49:21 +01:00 |
|
|
58eb9f8252
|
Cleaned up the logger's api a bit. Now the normal log macros will also print fie, line and method information.
|
2022-02-15 11:57:44 +01:00 |
|
|
aeaecd4b76
|
Moved trantor's logger to core. It's a bit messy right now, but It will get cleaned up later.
|
2022-02-10 00:50:19 +01:00 |
|
|
60ed46b5e6
|
Added continue related error macros. Also added a new type where you can put commands before continuing.
|
2022-02-04 22:02:54 +01:00 |
|
|
f5d525948b
|
Added ERR_FAIL_V_MSG error macro aswell.
|
2022-02-04 11:32:07 +01:00 |
|
|
d8e06e36f0
|
Added more error macro variants.
|
2022-02-04 10:38:18 +01:00 |
|
|
adc73d593d
|
Prefix the helper error macros so they differ from trantor's logger declarations.
|
2021-11-01 19:11:03 +01:00 |
|
|
7ef1c76e4a
|
Added error macros and a simple logger.
|
2021-10-31 23:34:08 +01:00 |
|