Return to Snippet

Revision: 4772
at January 20, 2008 20:19 by zingo


Initial Code
#define asl_NSLog(client, msg, level, format, ...) asl_log(client, msg, level, "%s", [[NSString stringWithFormat:format, ##__VA_ARGS__] UTF8String])

Initial URL
http://boredzo.org/blog/archives/2008-01-20/asl-logging

Initial Description
Macro to give an asl_log-like NSLog.

Initial Title
Macro for ASL Log like NSLog

Initial Tags
osx

Initial Language
Objective C