1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-05 23:22:47 +00:00

Refactors logging service package

This commit is contained in:
2011-12-29 23:50:15 -02:00
parent b157b6aaf7
commit 273b872d53
12 changed files with 14 additions and 14 deletions

View File

@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with l2jserver2. If not, see <http://www.gnu.org/licenses/>.
*/
package com.l2jserver.service.core;
package com.l2jserver.service.core.logging;
import org.apache.log4j.BasicConfigurator;
import org.apache.log4j.ConsoleAppender;

View File

@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with l2jserver2. If not, see <http://www.gnu.org/licenses/>.
*/
package com.l2jserver.service.core;
package com.l2jserver.service.core.logging;
import com.l2jserver.service.Service;

View File

@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with l2jserver2. If not, see <http://www.gnu.org/licenses/>.
*/
package com.l2jserver.service.core;
package com.l2jserver.service.core.logging;
import org.w3c.dom.Node;

View File

@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with l2jserver. If not, see <http://www.gnu.org/licenses/>.
*/
package com.l2jserver.service.core.log4j;
package com.l2jserver.service.core.logging;
import java.io.File;
import java.io.FileInputStream;