1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-06 07:32:46 +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

@@ -48,8 +48,8 @@
implementation="com.l2jserver.service.configuration.XMLConfigurationService" />
<service interface="com.l2jserver.service.cache.CacheService"
implementation="com.l2jserver.service.cache.SoftCacheService" />
<service interface="com.l2jserver.service.core.LoggingService"
implementation="com.l2jserver.service.core.Log4JLoggingService">
<service interface="com.l2jserver.service.core.logging.LoggingService"
implementation="com.l2jserver.service.core.logging.Log4JLoggingService">
<logger name="" level="ERROR" />
<logger name="com.l2jserver" level="INFO" />
<logger name="com.l2jserver.service.game.template.XMLTemplateService"