Tracer Members

Include Protected Members
Include Inherited Members

The Tracer type exposes the following members.

Constructors

  Name Description
Public method Tracer(String)
Initializes a new instance of the Tracer class with the given logical operation name.
Public method Tracer(String, LogWriter)
Initializes a new instance of the Tracer class with the given logical operation name and activity id.
Public method Tracer(String, Guid)
Initializes a new instance of the Tracer class with the given logical operation name and activity id.
Public method Tracer(String, Guid, LogWriter)
Initializes a new instance of the Tracer class with the given logical operation name and activity id.

Methods

  Name Description
Public method Dispose()
Causes the Tracer to output its closing message.
Protected method Dispose(Boolean)
Releases unmanaged and - optionally - managed resources.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method IsTracingEnabled
Indicates whether tracing is enabled
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Fields

  Name Description
Public fieldStatic member ActivityIdPropertyKey
Name of the entry in the ExtendedProperties having the activity id
Public fieldStatic member endTitle
Title for operation end Trace messages
Public fieldStatic member eventId
Event id for Trace messages
Public fieldStatic member priority
Priority value for Trace messages
Public fieldStatic member startTitle
Title for operation start Trace messages

See Also

Tracer Class

Microsoft.Practices.EnterpriseLibrary.Logging Namespace