forked from reflection-emit/Cauldron
-
Notifications
You must be signed in to change notification settings - Fork 18
Verbose Attribute
Alexei Stryker edited this page Jun 27, 2018
·
2 revisions
Cauldron Interception has a very detailed log while weaving. The logging can be turned off by setting the "Verbose" atrribute to false.
Example:
<Weavers VerifyAssembly="True">
<Cauldron.Interception Verbose="false">
<CustomInterceptors>
$(ProjectDir)..\..\..\Fody\Interceptors\Cauldron.ActivatorInterceptors*.dll
$(ProjectDir)..\..\..\Fody\Interceptors\Cauldron.BasicInterceptors*.dll
</CustomInterceptors>
</Cauldron.Interception>
</Weavers>