| 
            
              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; }<ConnectionStringParameterAttribute>
<DefaultValueAttribute("info=Info; warn=Waning; error=Error; critical=Critical; debug=Debug")>
Public Property LogMessageLevelMappingConnectionString As String
	Get
	Setpublic:
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(L"info=Info; warn=Waning; error=Error; critical=Critical; debug=Debug")]
property String^ LogMessageLevelMappingConnectionString {
	String^ get ();
	void set (String^ value);
}[<ConnectionStringParameterAttribute>]
[<DefaultValueAttribute("info=Info; warn=Waning; error=Error; critical=Critical; debug=Debug")>]
member LogMessageLevelMappingConnectionString : string with get, set
function get_LogMessageLevelMappingConnectionString();
function set_LogMessageLevelMappingConnectionString(value);
 Request Example
		View SourceProperty Value
Type: 
String
See Also