Rename first argument to NSDebug[MF]LLog to make it easier to understand

This commit is contained in:
Steven Baker 2021-06-29 20:55:05 +01:00 committed by Graham Lee
parent a29248bd4d
commit 44310e150c

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,...)