Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source
/
warply_sdk_framework
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Manos Chorianopoulos
2022-07-11 17:10:03 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
35afeec7f1e7f22947c79eca8387d8d17039adf6
35afeec7
1 parent
91b05ee4
fix truncaiting logs
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
SwiftWarplyFramework/SwiftWarplyFramework/Warply/Warply.h
SwiftWarplyFramework/SwiftWarplyFramework/Warply/Warply.h
View file @
35afeec
...
...
@@ -49,6 +49,8 @@
*/
#define WL_FMDBLogError if ([_db hadError]) { WLLOG(@"Err %d: %@", [_db lastErrorCode], [_db lastErrorMessage]); }
#define NSLog(FORMAT, ...) printf("%s\n", [[NSString stringWithFormat:FORMAT, ##__VA_ARGS__] UTF8String]);
/*!
@typedef _WLResultCodes
@abstract Warply related custom result codes.
...
...
Please
register
or
login
to post a comment