XmlLogEntry Class

Extension of LogEntry for adding XML Support.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Logging
Assembly:  Microsoft.Practices.EnterpriseLibrary.Logging (in Microsoft.Practices.EnterpriseLibrary.Logging.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class XmlLogEntry _
    Inherits LogEntry
[SerializableAttribute]
public class XmlLogEntry : LogEntry
[SerializableAttribute]
public ref class XmlLogEntry : public LogEntry
public class XmlLogEntry extends LogEntry

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Logging.LogEntry
    Microsoft.Practices.EnterpriseLibrary.Logging.XmlLogEntry

See Also

XmlLogEntry Members

Microsoft.Practices.EnterpriseLibrary.Logging Namespace