/ Published in: Objective C
URL: http://boredzo.org/blog/archives/2008-01-20/asl-logging
Macro to give an asl_log-like NSLog.
Expand |
Embed | Plain Text
#define asl_NSLog(client, msg, level, format, ...) asl_log(client, msg, level, "%s", [[NSString stringWithFormat:format, ##__VA_ARGS__] UTF8String])
You need to login to post a comment.
