]> git.saurik.com Git - apple/system_cmds.git/blob - CPPUtil/UtilLog.hpp
1cb2d40385ef7c55516ae9a3bb5fbc7546b11fdc
[apple/system_cmds.git] / CPPUtil / UtilLog.hpp
1 //
2 // UtilLog.h
3 // CPPUtil
4 //
5 // Created by James McIlree on 4/15/13.
6 // Copyright (c) 2013 Apple. All rights reserved.
7 //
8
9 #ifndef __CPPUtil__UtilLog__
10 #define __CPPUtil__UtilLog__
11
12 void log_msg(int level, const char* format, ...) __attribute__((format(printf, 2, 3)));
13
14 #endif /* defined(__CPPUtil__UtilLog__) */