mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 01:31:08 +00:00
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:
parent
3bfa2956fd
commit
179c45422a
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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];
|
||||
|
||||
|
|
Loading…
Reference in a new issue