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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.