Click or drag to resize
Grid Solutions Framework

ProcessLauncherLogMessageLevelMappingConnectionString Property

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

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

Property Value

Type: String
See Also