mirror of
https://github.com/github/codeql.git
synced 2025-12-23 12:16:33 +01:00
Rename verbosity property to legacy
This commit is contained in:
@@ -38,7 +38,7 @@ namespace Semmle.Extraction.CIL.Driver
|
||||
}
|
||||
|
||||
var options = new ExtractorOptions(args);
|
||||
using ILogger logger = new ConsoleLogger(options.Verbosity, logThreadId: false);
|
||||
using ILogger logger = new ConsoleLogger(options.LegacyVerbosity, logThreadId: false);
|
||||
|
||||
var actions = options.AssembliesToExtract
|
||||
.Select(asm => asm.Filename)
|
||||
|
||||
Reference in New Issue
Block a user