[jboss-svn-commits] JBoss Common SVN: r4848 - in common-logging-log4j/branches/2.1/src/main/java/org/jboss/logging: log4j and 1 other directory.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Sep 21 10:51:22 EDT 2010
Author: david.lloyd at jboss.com
Date: 2010-09-21 10:51:22 -0400 (Tue, 21 Sep 2010)
New Revision: 4848
Modified:
common-logging-log4j/branches/2.1/src/main/java/org/jboss/logging/Log4jLoggerPlugin.java
common-logging-log4j/branches/2.1/src/main/java/org/jboss/logging/log4j/Log4jLoggerPlugin.java
Log:
JBLOGGING-46: Calculate proper line numbers
Modified: common-logging-log4j/branches/2.1/src/main/java/org/jboss/logging/Log4jLoggerPlugin.java
===================================================================
--- common-logging-log4j/branches/2.1/src/main/java/org/jboss/logging/Log4jLoggerPlugin.java 2010-09-21 14:50:58 UTC (rev 4847)
+++ common-logging-log4j/branches/2.1/src/main/java/org/jboss/logging/Log4jLoggerPlugin.java 2010-09-21 14:51:22 UTC (rev 4848)
@@ -1,8 +1,8 @@
/*
- * JBoss, Home of Professional Open Source
- * Copyright 2006, Red Hat Middleware LLC, and individual contributors
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2010, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
Modified: common-logging-log4j/branches/2.1/src/main/java/org/jboss/logging/log4j/Log4jLoggerPlugin.java
===================================================================
--- common-logging-log4j/branches/2.1/src/main/java/org/jboss/logging/log4j/Log4jLoggerPlugin.java 2010-09-21 14:50:58 UTC (rev 4847)
+++ common-logging-log4j/branches/2.1/src/main/java/org/jboss/logging/log4j/Log4jLoggerPlugin.java 2010-09-21 14:51:22 UTC (rev 4848)
@@ -21,6 +21,7 @@
*/
package org.jboss.logging.log4j;
+import org.jboss.logging.Logger;
import org.jboss.logging.LoggerPlugin;
import org.jboss.logging.MDCProvider;
import org.jboss.logging.MDCSupport;
@@ -52,7 +53,7 @@
* Fully qualified classname for this class so Log4J locationinfo will be
* correct
*/
- private static final String FQCN = Log4jLoggerPlugin.class.getName();
+ private static final String FQCN = Logger.class.getName();
// Attributes ----------------------------------------------------
More information about the jboss-svn-commits
mailing list