Xcode 4 Snippet: Logging the Current Method Mar 18th, 2011 Another quick snippet: log the current method. The code for this (no template variables): <code>NSLog(@"%s", __func__);</code> Snippet configuration Usage <code>lm<span style="color:#666"><tab></span></code>