LoggingServices Methods |
The LoggingServices type exposes the following members.
Name | Description | |
---|---|---|
GetSource(String, String) | Obsolete.
Returns a LoggingNamespaceSource for the given role and, optionally, namespace.
| |
GetSource(String, Type) | Obsolete.
Returns a LoggingTypeSource for the given role and type.
| |
Initialize |
Forces initialization of the PostSharp.Patterns.Diagnostics package, i.e.
binds the Logger facade API (which is defined in the PostSharp.Patterns.Common package) to the implementation
by the PostSharp.Patterns.Diagnostics package.
| |
OnInternalException(Exception, LoggingTypeSource) |
Method invoked when an exception is caught in logging code.
| |
OnInternalException(Exception, LoggingTypeSource, LogRecordBuilder) |
Method invoked when an exception is caught in logging code. This overload disposed the LogRecordBuilder.
|