Commit c5a89bd1 LN

log改为0.8版本

1 个父辈 cb3129a8
......@@ -38,7 +38,8 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="log4net, Version=2.0.12.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<HintPath>..\packages\log4net.2.0.12\lib\net45\log4net.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
<HintPath>..\HuichuanDLL\log4net.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
......
......@@ -169,7 +169,7 @@ namespace HuichuanLibrary
}
else
{
DebugLog(" Axis[" + axisNo + "] FinishHoming OK!");
ShowLog(" Axis[" + axisNo + "] FinishHoming OK!");
return true;
}
}
......
......@@ -33,7 +33,8 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="log4net, Version=2.0.12.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<HintPath>..\..\packages\log4net.2.0.12\lib\net45\log4net.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
<HintPath>..\HuichuanDLL\log4net.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!