Add GSLogOffset to include time zone offset in NSLog output

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@38018 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2014-07-28 14:40:29 +00:00
parent 7f07159bf0
commit 5f7c695d35
5 changed files with 41 additions and 7 deletions

View file

@ -236,6 +236,7 @@ typedef enum {
GSOldStyleGeometry, // Control geometry string output.
GSLogSyslog, // Force logging to go to syslog.
GSLogThread, // Include thread ID in log message.
GSLogOffset, // Include time zone offset in message.
NSWriteOldStylePropertyLists, // Control PList output.
GSUserDefaultMaxFlag // End marker.
} GSUserDefaultFlagType;