UiPath Studio 中文文档

【UiPath Studio 中文文档】73 日志 - OCR

2018-12-23  本文已影响123人  Creator_蔚蓝
UiPath.Vision.Host 诊断日志

UiPath.Vision.Host 诊断日志可以通过使您能够收集有关OCR引擎错误的信息。

开启 UiPath.Vision.Host 诊断日志

要收集关于 OCR 错误的信息,可以通过向 nlog.config 文件添加以下行来启用诊断日志文件:

<target xsi:type="File" name="visionHostFile" 
            fileName="${LogDirectory}/${shortdate}_VisionHost.log" 
            layout="${time} ${level} ${message}" 
            concurrentWrites="true" />
<logger name="UiPath.Vision.Host.exe" 
             minLevel="Trace" 
             writeTo="visionHostFile" 
             final="true" />

注意:
需要管理员权限才能编辑 NLog.config 文件。

UiPath.Vision.Host 诊断日志的位置

日志文件是在 nlog.config 中指定的路径下生成的,位于 visionHostFile 参数下。默认值是 %localappdata%\UiPath\Logs${shortdate}_VisionHost.log

官网原文链接


更多 UiPath 相关的资讯,请关注公众号:UiPath教程

UiPath教程
上一篇下一篇

猜你喜欢

热点阅读