LogEntry Class

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Represents a log message. Contains the common properties that are required for all log messages.

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

Syntax

'Declaration
<SerializableAttribute> _
<InstrumentationClassAttribute(InstrumentationType.Event)> _
<ManagedNameAttribute("LogEntryV20")> _
<XmlRootAttribute("logEntry")> _
PublicClassLogEntry _
    Implements ICloneable
[SerializableAttribute]
[InstrumentationClassAttribute(InstrumentationType.Event)]
[ManagedNameAttribute("LogEntryV20")]
[XmlRootAttribute("logEntry")]
publicclassLogEntry : ICloneable
[SerializableAttribute]
[InstrumentationClassAttribute(InstrumentationType::Event)]
[ManagedNameAttribute(L"LogEntryV20")]
[XmlRootAttribute(L"logEntry")]
publicref classLogEntry : ICloneable
publicclass LogEntry implements ICloneable

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Logging.LogEntry
    Microsoft.Practices.EnterpriseLibrary.Logging.XmlLogEntry
    Microsoft.Practices.EnterpriseLibrary.PolicyInjection.CallHandlers.Logging.TraceLogEntry

See Also

LogEntry Members

Microsoft.Practices.EnterpriseLibrary.Logging Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.