Click or drag to resize
Grid Solutions Framework

ProcessLauncherProcessOutputAsLogMessages Property

Gets or sets flag that determines if redirected output should be attempted to be parsed as formatted log messages, e.g.: lvl=info msg="log message".

Namespace: FileAdapters
Assembly: FileAdapters (in FileAdapters.dll) Version: 2.4.182-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(false)]
public bool ProcessOutputAsLogMessages { get; set; }
View Source

Property Value

Boolean
See Also