CustomInformation Property

Summary

Gets the custom information associated with the log entry.

Syntax
C#
VB
C++
[XmlElementAttribute("custom")] 
public SerializableDictionary<string, object> CustomInformation { get; set; } 
  
<XmlElementAttribute("custom")> 
Public Property CustomInformation As SerializableDictionary(Of String,Object) 
[XmlElementAttribute("custom")] 
public: 
property SerializableDictionary<String^,Object^>^ CustomInformation { 
   SerializableDictionary<String^,Object^>^ get(); 
   void set (    SerializableDictionary<String^,Object^>^ ); 
} 

Property Value

The custom information associated with the log entry.

Remarks

Objects added to this list needs to be XML serializable.

Example

For an example refer to Log

Requirements

Target Platforms

See Also

Reference

LogEntry Class

LogEntry Members

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly