ILogger.AddCustomProperty(String, String) Method

Definition

For internal use only.

public:
 void AddCustomProperty(System::String ^ propertyName, System::String ^ propertyValue);
public void AddCustomProperty (string propertyName, string propertyValue);
abstract member AddCustomProperty : string * string -> unit
Public Sub AddCustomProperty (propertyName As String, propertyValue As String)

Parameters

propertyName
String
propertyValue
String

Applies to