日志插件Fzstdns.LogImpl升级到版本2.0.11后,可以使用新配置,记录日志更加详细

更新unity.config文件

旧配置

<register type="Fzstdns.CommonService.IMyLog,Fzstdns.CommonService" name="textlog" mapTo="Fzstdns.LogImpl.MyLogImpl,Fzstdns.LogImpl">
    <lifetime type="singleton"/>
</register>

新配置

<register type="Fzstdns.CommonService.IDebugLog,Fzstdns.CommonService" name="textlog" mapTo="Fzstdns.LogImpl.DebugLogImpl,Fzstdns.LogImpl">
    <lifetime type="singleton"/>
</register>