CakeLicenseHeaderUpdaterSettings.

Verbosity Property

Summary

How verbose should the print-outs to stdout be? Defaulted to Normal. Quiet - Nothing. Minimal - When it starts to process a file. Normal - Everything lower and when it skips a file because FileFilter returned false. Verbose - Everything lower and when it finishes processing a file. Diagnostic - Everything lower and what changes it makes to the files.

Syntax

public Verbosity Verbosity { get; set; }

Value

Type Description
Verbosity