]> git.saurik.com Git - apple/system_cmds.git/blame - CPPUtil/UtilLog.hpp
system_cmds-671.10.3.tar.gz
[apple/system_cmds.git] / CPPUtil / UtilLog.hpp
CommitLineData
bd6521f0
A
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
12void log_msg(int level, const char* format, ...) __attribute__((format(printf, 2, 3)));
13
14#endif /* defined(__CPPUtil__UtilLog__) */