Property OWarnings.Verbose
Overload
If true, some library functions may display more warnings and other info.
If not explicitly set, the default value depends on the build configuration of the main assembly: true if Debug, false if Release (optimize true). See AssemblyUtil_.IsDebug.
public bool Verbose { get; set; }
Property Value
Examples
opt.warnings.Verbose = false;