1
0
mirror of https://github.com/twiglet/cs2j.git synced 2025-01-18 13:15:17 +01:00

remove hardcoded logger name

This commit is contained in:
Kevin Glynn 2011-02-08 13:10:13 +01:00
parent 19e3dcc413
commit 4a989b6ce3

View File

@ -42,7 +42,7 @@ import org.w3c.dom.Document;
public class XmlDocument extends XmlNode {
private static Logger logger = Logger.getLogger("com.rusticisoftware.scormcontentplayer");
private static Logger logger = Logger.getLogger(XmlDocument.class.getName());
public XmlDocument() throws ParserConfigurationException
{