LogWriterStructureHolder Class

This type supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Holds the collaborators of a LogWriter to allow for an easy replacement should configuration change.

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

Syntax

'Declaration
Public Class LogWriterStructureHolder _
    Implements IDisposable
public class LogWriterStructureHolder : IDisposable
public ref class LogWriterStructureHolder : IDisposable
public class LogWriterStructureHolder implements IDisposable

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Logging.LogWriterStructureHolder

See Also

LogWriterStructureHolder Members

Microsoft.Practices.EnterpriseLibrary.Logging Namespace