5 // Created by James McIlree on 4/15/13.
6 // Copyright (c) 2013 Apple. All rights reserved.
9 #ifndef __CPPUtil__UtilLog__
10 #define __CPPUtil__UtilLog__
12 void log_msg(int level, const char* format, ...) __attribute__((format(printf, 2, 3)));
14 #endif /* defined(__CPPUtil__UtilLog__) */