Table of Contents

Method OnRunningProcessLog

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

OnRunningProcessLog(Process, string, LogItemKind)

Called when a log entry is generated for a running process.

void OnRunningProcessLog(Process process, string data, LogItemKind kind = LogItemKind.Information)

Parameters

process Process

The Process associated with the log entry.

data string

The log message.

kind LogItemKind

The kind of log entry, such as information, warning, or error. Defaults to Information.