ILogger.AddCustomProperty(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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