EventLogHelper:简单的 Delphi 类使写入 Windows 事件日志更容易

时间:2024-06-26 03:11:37
【文件属性】:

文件名称:EventLogHelper:简单的 Delphi 类使写入 Windows 事件日志更容易

文件大小:17KB

文件格式:ZIP

更新时间:2024-06-26 03:11:37

Pascal

事件日志助手 简单的 Delphi 类,可以更轻松地写入本地计算机的 Windows 事件日志。 //----------------- EXAMPLE USAGE: --------------------------------- uses EventLog; procedure TMainForm.EventLogExampleButtonClick(Sender: TObject); begin TEventLog.Source := 'My Test App Name'; TEventLog.WriteError('This is an error.'); TEventLog.WriteInfo('This is information.'); TEventLog.WriteWarning('This is a warning.'); end; 还包括一个


【文件预览】:
EventLogHelper-master
----EventLog.pas(2KB)
----Test app()
--------Source()
--------Bin()
--------Lib()
----LICENSE(1KB)
----EventLogHelper on GitHub.url(68B)
----README.md(1KB)
----.gitignore(1KB)

网友评论