CommonAppenders..::..WithTracingToDebug<(Of <(<'TResult>)>)> Method
Adds DB Command tracing. Information is send to the Debug stream.
Namespace:
Tortuga.ChainAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
<ExtensionAttribute> _ Public Shared Function WithTracingToDebug(Of TResult) ( _ previousLink As ILink(Of TResult) _ ) As ILink(Of TResult)
[ExtensionAttribute] public: generic<typename TResult> static ILink<TResult>^ WithTracingToDebug( ILink<TResult>^ previousLink )
Type Parameters
- TResult
Parameters
- previousLink
- Type: Tortuga.Chain..::..ILink<(Of <(<'TResult>)>)>
The previous link.