mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Add GSExceptionStackTrace user default setting
This commit is contained in:
parent
62511eeca2
commit
3b1324d73d
5 changed files with 36 additions and 2 deletions
|
@ -257,6 +257,7 @@ typedef enum {
|
|||
GSLogThread, // Include thread name in log message.
|
||||
GSLogOffset, // Include time zone offset in message.
|
||||
NSWriteOldStylePropertyLists, // Control PList output.
|
||||
GSExceptionStackTrace, // Add trace to exception description.
|
||||
GSUserDefaultMaxFlag // End marker.
|
||||
} GSUserDefaultFlagType;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue