from LOGGER to LOG

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
l2jpower
Posts: 15
Joined: Thu Oct 01, 2015 10:59 am

from LOGGER to LOG

Post by l2jpower »

Image
l2jpower
Posts: 15
Joined: Thu Oct 01, 2015 10:59 am

Re: from LOGGER to LOG

Post by l2jpower »

help me plz
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

Re: from LOGGER to LOG

Post by UnAfraid »

Have you updated to last version?

Make sure your IXmlReader has

Code: Select all

public interface IXmlReader
{
	static final Logger LOG = LoggerFactory.getLogger(IXmlReader.class);
Image
l2jpower
Posts: 15
Joined: Thu Oct 01, 2015 10:59 am

Re: from LOGGER to LOG

Post by l2jpower »

thank you. lock it
Post Reply