webgl 빌드 시 log4net 제거

This commit is contained in:
logonkhi
2025-11-11 13:51:23 +09:00
parent ef0c7546dc
commit 293e7b5cef
9 changed files with 183 additions and 41 deletions

View File

@@ -1,4 +1,4 @@
using Assets.Scripts.UVC.Log;
using UVC.Log;
using Cysharp.Threading.Tasks;
using SampleProject.Config;
using System;
@@ -27,8 +27,10 @@ namespace Simulator
// 플레이 모드가 아닐 경우, 초기화 로직을 실행하지 않습니다.
if (!Application.isPlaying) return;
#if !UNITY_WEBGL || UNITY_EDITOR
//로깅 설정
Log4netCodeConfigurator.Setup();
#endif
await SettupConfigAsync();
SetNetworkConfig();