Click or drag to resize
Grid Solutions Framework

ProcessLauncherLogMessageLevelMappings Property

Gets or sets log level mappings to use when redirected output is processed as formatted log messages.

Namespace: FileAdapters
Assembly: FileAdapters (in FileAdapters.dll) Version: 2.4.182-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute("info=Info; warn=Waning; error=Error; critical=Critical; debug=Debug")]
public string LogMessageLevelMappings { get; set; }
View Source

Property Value

String
See Also