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:
parent
19e3dcc413
commit
4a989b6ce3
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user