You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ca...@apache.org on 2006/12/15 23:01:04 UTC

svn commit: r487685 - in /logging/log4j/trunk/src/java/org/apache/log4j/nt: EventLogCategories.h EventLogCategories.mc EventLogCategories.rc MSG00001.bin NTEventLogAppender.rc

Author: carnold
Date: Fri Dec 15 14:01:04 2006
New Revision: 487685

URL: http://svn.apache.org/viewvc?view=rev&rev=487685
Log:
Bug 39437: Eliminate unnecessary conversion to local code page

Removed:
    logging/log4j/trunk/src/java/org/apache/log4j/nt/EventLogCategories.h
    logging/log4j/trunk/src/java/org/apache/log4j/nt/EventLogCategories.rc
    logging/log4j/trunk/src/java/org/apache/log4j/nt/NTEventLogAppender.rc
Modified:
    logging/log4j/trunk/src/java/org/apache/log4j/nt/EventLogCategories.mc
    logging/log4j/trunk/src/java/org/apache/log4j/nt/MSG00001.bin

Modified: logging/log4j/trunk/src/java/org/apache/log4j/nt/EventLogCategories.mc
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/src/java/org/apache/log4j/nt/EventLogCategories.mc?view=diff&rev=487685&r1=487684&r2=487685
==============================================================================
--- logging/log4j/trunk/src/java/org/apache/log4j/nt/EventLogCategories.mc (original)
+++ logging/log4j/trunk/src/java/org/apache/log4j/nt/EventLogCategories.mc Fri Dec 15 14:01:04 2006
@@ -1,22 +1,44 @@
-MessageId=0xC350
+;
+; Licensed to the Apache Software Foundation (ASF) under one
+; or more contributor license agreements.  See the NOTICE file
+; distributed with this work for additional information
+; regarding copyright ownership.  The ASF licenses this file
+; to you under the Apache License, Version 2.0 (the
+; "License"); you may not use this file except in compliance
+; with the License.  You may obtain a copy of the License at
+;
+;    http://www.apache.org/licenses/LICENSE-2.0
+;
+; Unless required by applicable law or agreed to in writing,
+; software distributed under the License is distributed on an
+; "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+; KIND, either express or implied.  See the License for the
+; specific language governing permissions and limitations
+; under the License. 
+;
+MessageId=1
 Language=English
-Fatal
+Trace
 .
-MessageId=0x9C40
+MessageId=2
 Language=English
-Error
+Debug
+.
+MessageId=3
+Language=English
+Info
 .
-MessageId=0x7530
+MessageId=4
 Language=English
 Warn
 .
-MessageId=0x4E20
+MessageId=5
 Language=English
-Info
+Error
 .
-MessageId=0x2710
+MessageId=6
 Language=English
-Debug
+Fatal
 .
 MessageId=0x1000
 Language=English

Modified: logging/log4j/trunk/src/java/org/apache/log4j/nt/MSG00001.bin
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/src/java/org/apache/log4j/nt/MSG00001.bin?view=diff&rev=487685&r1=487684&r2=487685
==============================================================================
Binary files - no diff available.



---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org