mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Documentation tweaks
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17246 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f64a32dbd1
commit
f357f10801
2 changed files with 11 additions and 1 deletions
|
@ -80,6 +80,15 @@
|
|||
<subsect>
|
||||
<heading>User defaults</heading>
|
||||
<deflist>
|
||||
<term>GNU-Debug</term>
|
||||
<desc>
|
||||
<p>
|
||||
An array of strings that lists debug levels to be used
|
||||
within the program. These debug levels are merged with
|
||||
any which were set on the command line or added programmatically
|
||||
to the set given by the [NSProcessInfo-debugSet] method.
|
||||
</p>
|
||||
</desc>
|
||||
<term>GSLogSyslog</term>
|
||||
<desc>
|
||||
<p>
|
||||
|
|
|
@ -945,7 +945,8 @@ static BOOL debugTemporarilyDisabled = NO;
|
|||
|
||||
/**
|
||||
* This method returns a set of debug levels set using the
|
||||
* --GNU-Debug=... command line option.<br />
|
||||
* --GNU-Debug=... command line option and/or the GNU-Debug
|
||||
* user default.<br />
|
||||
* You can modify this set to change the debug logging under
|
||||
* your programs control ... but such modifications are not
|
||||
* thread-safe.
|
||||
|
|
Loading…
Reference in a new issue