Output Limelogs to standard error
This commit is contained in:
parent
115ad827a8
commit
cf957025e6
1 changed files with 2 additions and 1 deletions
|
|
@ -35,7 +35,8 @@ extern PLATFORM_CALLBACKS platformCallbacks;
|
|||
sprintf(DbgBuf, s, ##__VA_ARGS__); \
|
||||
platformCallbacks.debugPrint(DbgBuf)
|
||||
#else
|
||||
#define Limelog printf
|
||||
#define Limelog(s, ...) \
|
||||
fprintf(stderr, s, ##__VA_ARGS__)
|
||||
#endif
|
||||
|
||||
#if defined(LC_WINDOWS_PHONE) || defined(LC_WINDOWS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue