mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 12:16:40 +00:00
Document logging capabilities.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14685 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d96905757a
commit
898a3fa1cd
5 changed files with 115 additions and 15 deletions
|
@ -86,6 +86,7 @@ static void updateCache(NSUserDefaults *self)
|
|||
if (self == sharedDefaults)
|
||||
{
|
||||
NSArray *debug;
|
||||
NSString *s;
|
||||
|
||||
/**
|
||||
* If there is an array NSUserDefault called GNU-Debug,
|
||||
|
@ -105,6 +106,7 @@ static void updateCache(NSUserDefaults *self)
|
|||
[s addObject: level];
|
||||
}
|
||||
}
|
||||
|
||||
flags[GSMacOSXCompatible]
|
||||
= [self boolForKey: @"GSMacOSXCompatible"];
|
||||
flags[GSOldStyleGeometry]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue