LogEntry Class

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) Version: 6.0.0.0 (6.0.1304.0)

Syntax

[SerializableAttribute]
public class LogEntry : ICloneable
'Declaration
<SerializableAttribute>
Public Class LogEntry
    Implements ICloneable
[SerializableAttribute]
public ref class LogEntry : ICloneable

Inheritance Hierarchy

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

See Also

LogEntry Members

Microsoft.Practices.EnterpriseLibrary.Logging Namespace