|
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.207-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
Set
public:
[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, set
function get_LogMessageLevelMappings();
function set_LogMessageLevelMappings(value);
View SourceProperty Value
StringSee Also