Changed Holocore to use new logging system in the common lib

This commit is contained in:
Obique PSWG
2017-04-11 11:30:43 -05:00
parent 93f2bd8ba6
commit fefc168dca
104 changed files with 382 additions and 489 deletions
@@ -33,7 +33,8 @@ import org.junit.Assert;
import resources.objects.SWGObject;
import resources.objects.awareness.TerrainMap.TerrainMapCallback;
import resources.server_info.Log;
import com.projectswg.common.debug.Log;
class MapCallback implements TerrainMapCallback {