| 
            
              ProcessLauncherLogMessageLevelMappings Property
             | 
          
        
        
            Gets or sets log level mappings to use when redirected output is processed as formatted log messages.
            
        
        Namespace: FileAdaptersAssembly: FileAdapters (in FileAdapters.dll) Version: 2.4.257-beta
Syntax[ConnectionStringParameterAttribute]
[DefaultValueAttribute("info=Info; warn=Waning; error=Error; critical=Critical; debug=Debug")]
public string LogMessageLevelMappings { get; set; }<ConnectionStringParameterAttribute>
<DefaultValueAttribute("info=Info; warn=Waning; error=Error; critical=Critical; debug=Debug")>
Public Property LogMessageLevelMappings As String
	Get
	Setpublic:
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(L"info=Info; warn=Waning; error=Error; critical=Critical; debug=Debug")]
property String^ LogMessageLevelMappings {
	String^ get ();
	void set (String^ value);
}[<ConnectionStringParameterAttribute>]
[<DefaultValueAttribute("info=Info; warn=Waning; error=Error; critical=Critical; debug=Debug")>]
member LogMessageLevelMappings : string with get, setfunction get_LogMessageLevelMappings();
function set_LogMessageLevelMappings(value);
 View SourceProperty Value
String
See Also