问题标签 [readeventlog]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
142 浏览

c# - 无法获取 EventRecord.FormatDescription(IEnumerable) to work

I am trying to call FormatDescription(ienumerable) of an EventRecord but cannot get it to replace the strings. What am I doing wrong?

    public void StartLo

I am trying to call FormatDescription(ienumerable) of an EventRecord but cannot get it to replace the strings. What am I doing wrong?

The string description always contains the event message without the params being replaced.

I am actually trying to use this technique as a workaround for the exception I get sometimes: "The description string for parameter reference (%1) could not be found" when calling e.EventRecord.FormatDescription().


How to scrape a website using powershell and then trimming the output to a single date

Sorry if this is a duplicate, I can't seem to find my first iteration of this question. I am trying to scrape a website to produce the date of an updated app. My code produces two dates, so I'd like to know how to trim that down to one string, which in this case should be October 31, 2018. I know how to manipulate it after that for my use but am stuck in how to trim the output.

0 投票
0 回答
63 浏览

go - 如何阅读 Windows 事件日志

我的代码:

我可以读取二进制文件,但不能读取字符串。当我将它作为字符串读取时,它不会完全以字符串格式翻译表达式。

0 投票
0 回答
30 浏览

c# - 如何在某个日期之后读取日志文件?

我使用:微软/WinLog

我读取的日志数量是3200万和90GB,所以我想读取更接近当前时间的日志。从过去读到现在需要很长时间,因为日志文件很大。我尝试了很多方法,但没有成功。任何人都可以就如何做到这一点提供建议吗?

最后,我如何才能读取不断出现的当前日志?有没有关于这个主题的文章或文章?我找不到。

0 投票
0 回答
24 浏览

event-log - 如何从不在域中的远程 PC 读取事件日志。(从位于同一域中的远程 PC 我可以毫无问题地读取事件日志)

我们可以从与我们的 PC 位于同一域中的远程 PC 读取事件日志,而下面的代码没有任何问题。如您所见,我们与“EventLogSession”建立了联系。但是,如果我们尝试从位于另一个网络区域(生产机器区域)并且不是域成员的远程 PC(Win XP)读取事件日志数据,我们总是会收到错误:“没有更多可用的端点端点映射器”附加信息:由于机器不在域中,我们将“域”定义为空或“”。我们检查了远程PC端,机器上的所有防火墙都被禁用了。我们已经用几台远程 PC(生产机器)进行了这个测试。但总是同样的错误。有什么问题?我们可以使用“EventLogSession”吗 连接?WinXP对此是否有障碍?我使用的远程用户在远程 PC 上具有完全的管理员权限。