Home | History | Annotate | Download | only in mDNSShared

Lines Matching refs:NSLog

1229 	@abstract	Debug-only macro for the Cocoa NSLog function.
1234 #define DebugNSLog( ... ) NSLog( __VA_ARGS__ )
1236 #define DebugNSLog( ARGS... ) NSLog( ## ARGS )
1238 #define DebugNSLog NSLog