Microsoft.Practices.Prism.Logging Namespace
| Class | Description | |
|---|---|---|
|
EmptyLogger |
Implementation of ILoggerFacade that does nothing. This
implementation is useful when the application does not need logging
but there are infrastructure pieces that assume there is a logger.
|
|
TextLogger |
Implementation of ILoggerFacade that logs into a TextWriter.
|
|
TraceLogger |
Implementation of ILoggerFacade that logs to .NET Trace class.
|
| Interface | Description | |
|---|---|---|
|
ILoggerFacade |
Defines a simple logger façade to be used by the Composite Application Library.
|
| Enumeration | Description | |
|---|---|---|
|
Category |
Defines values for the categories used by ILoggerFacade.
|
|
Priority |
Defines values for the priorities used by ILoggerFacade.
|