Skip to content

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>