NSLog improvement.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13660 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2002-05-15 16:24:46 +00:00
parent 3bfa2956fd
commit 179c45422a
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2002-05-15 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSLog.m: Altered logging format for compatibility with
MacOS-X (and easier collating). Thanks to report by lcampbell
2002-05-14 Richard Frith-Macdonald <rfm@gnu.org>
* Source/Unicode.m: GSFromUnicode(), GSToUnicode(), bugfix - ensure

View file

@ -135,7 +135,7 @@ NSLogv (NSString* format, va_list args)
prefix = [NSString
stringWithFormat: @"%@ %@[%d] ",
[[NSCalendarDate calendarDate]
descriptionWithCalendarFormat: @"%b %d %H:%M:%S"],
descriptionWithCalendarFormat: @"%Y-%m-%d %H:%M:%S.%F"],
[[NSProcessInfo processInfo] processName],
pid];