Author: rahul Date: Fri Nov 21 08:50:26 2008 New Revision: 719637 URL: http://svn.apache.org/viewvc?rev=719637&view=rev Log: Porting r719636 from trunk. Use a log name in line with the rest of the library.
Modified: commons/proper/scxml/branches/J6/src/main/java/org/apache/commons/scxml/semantics/SCXMLSemanticsImpl.java Modified: commons/proper/scxml/branches/J6/src/main/java/org/apache/commons/scxml/semantics/SCXMLSemanticsImpl.java URL: http://svn.apache.org/viewvc/commons/proper/scxml/branches/J6/src/main/java/org/apache/commons/scxml/semantics/SCXMLSemanticsImpl.java?rev=719637&r1=719636&r2=719637&view=diff ============================================================================== --- commons/proper/scxml/branches/J6/src/main/java/org/apache/commons/scxml/semantics/SCXMLSemanticsImpl.java (original) +++ commons/proper/scxml/branches/J6/src/main/java/org/apache/commons/scxml/semantics/SCXMLSemanticsImpl.java Fri Nov 21 08:50:26 2008 @@ -79,7 +79,7 @@ /** * SCXML Logger for the application. */ - private Log appLog = LogFactory.getLog("scxml.app.log"); + private Log appLog = LogFactory.getLog(SCXMLSemantics.class); /** * The TransitionTarget comparator.