Merge pull request #187 from iamleeg/debug_log_documentation

Rename first argument to NSDebug[MF]LLog to make it easier to understand
This commit is contained in:
rfm 2021-06-30 09:55:10 +01:00 committed by GitHub
commit a4f30a33cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -385,12 +385,12 @@ behaviors:
Basic debug log function already discussed.
@item NSDebugLog(format, args,...)
Equivalent to @code{NSDebugLLog} with key ``dflt'' (for default).
@item NSDebugMLLog(level, format, args,...)
@item NSDebugMLLog(key, format, args,...)
Equivalent to @code{NSDebugLLog} but includes information on which method the
logging call was made from in the message.
@item NSDebugMLog(format, args,...)
Same, but use 'dflt' log key.
@item NSDebugFLLog(level, format, args,...)
@item NSDebugFLLog(key, format, args,...)
As @code{NSDebugMLLog} but includes information on a function rather than a
method.
@item NSDebugFLog(format, args,...)