I am using the following:
NSLog(@"[%@ %@]", NSStringFromClass([self class]), NSStringFromSelector(_cmd));
This will dynamically generate the name and class name similar to __func__ . If you use Xcode 3.x, then I made a Command-Option-L map for the following script user, which inserts a standard registration call, for example above:

NSGod source share