Method OnRunningProcessLog
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
ProcessThe Process associated with the log entry.
data
stringThe log message.
kind
LogItemKindThe kind of log entry, such as information, warning, or error. Defaults to Information.