|
From: <chi...@us...> - 2003-06-15 03:19:24
|
Update of /cvsroot/log4cocoa/log4cocoa
In directory sc8-pr-cvs1:/tmp/cvs-serv2359
Modified Files:
L4SimpleLayout.m
Log Message:
minor tweak to default message format
Index: L4SimpleLayout.m
===================================================================
RCS file: /cvsroot/log4cocoa/log4cocoa/L4SimpleLayout.m,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- L4SimpleLayout.m 7 May 2003 07:16:40 -0000 1.2
+++ L4SimpleLayout.m 15 Jun 2003 03:19:21 -0000 1.3
@@ -44,7 +44,7 @@
message = [[[anEvent level] stringValue] stringByAppendingString: @" - "];
message = [message stringByAppendingString: [[NSNumber numberWithLong: [anEvent millisSinceStart]] stringValue]];
- message = [[[message stringByAppendingString: @" - "] stringByAppendingString: [[anEvent logger] name]] stringByAppendingString: @" ("];
+// message = [[[message stringByAppendingString: @" - "] stringByAppendingString: [[anEvent logger] name]] stringByAppendingString: @" ("];
if( [anEvent fileName] != nil )
{
|