Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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