added ability to tag logs for easier filtering

This commit is contained in:
Diego Waxemberg
2015-02-24 00:03:21 -05:00
parent ea231e16b6
commit 81c84597c8
2 changed files with 23 additions and 4 deletions
+1
View File
@@ -24,5 +24,6 @@ typedef enum {
#define PRFX_ERROR @"<ERROR>"
void Log(LogLevel level, NSString* fmt, ...);
void LogTag(LogLevel level, NSString* tag, NSString* fmt, ...);
#endif