Skip to content

Commit

Permalink
Merge pull request #60 from orarbel/patch-1
Browse files Browse the repository at this point in the history
Update Lumberjack/DDLog.h
  • Loading branch information
robbiehanson committed Oct 29, 2012
2 parents 536c685 + dec86e7 commit 290fef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lumberjack/DDLog.h
Expand Up @@ -252,7 +252,7 @@ NSString *DDExtractFileNameWithoutExtension(const char *filePath, BOOL copy);
/** /**
* The THIS_METHOD macro gives you the name of the current objective-c method. * The THIS_METHOD macro gives you the name of the current objective-c method.
* *
* For example: DDLogWarn(@"%@ - Requires non-nil strings") -> @"setMake:model: requires non-nil strings" * For example: DDLogWarn(@"%@ - Requires non-nil strings", THIS_METHOD) -> @"setMake:model: requires non-nil strings"
* *
* Note: This does NOT work in straight C functions (non objective-c). * Note: This does NOT work in straight C functions (non objective-c).
* Instead you should use the predefined __FUNCTION__ macro. * Instead you should use the predefined __FUNCTION__ macro.
Expand Down

0 comments on commit 290fef9

Please sign in to comment.