TextLogger Class

Implementation of ILoggerFacade that logs into a TextWriter.

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

Syntax

public class TextLogger : ILoggerFacade, IDisposable
'Declaration
Public Class TextLogger _
    Implements ILoggerFacade, IDisposable

Inheritance Hierarchy

System.Object
  Microsoft.Practices.Prism.Logging.TextLogger

See Also

TextLogger Members

Microsoft.Practices.Prism.Logging Namespace