mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Merge pull request #1465 from Applevangelist/patch-67
Update Intelligence.lua
This commit is contained in:
commit
42a26100b7
@ -351,6 +351,15 @@ function INTEL:SetClusterAnalysis(Switch, Markers)
|
||||
return self
|
||||
end
|
||||
|
||||
--- Set verbosity level for debugging.
|
||||
-- @param #INTEL self
|
||||
-- @param #number Verbosity The higher, the noisier, e.g. 0=off, 2=debug
|
||||
-- @return #INTEL self
|
||||
function INTEL:SetVerbosity(Verbosity)
|
||||
self.verbose=Verbosity or 2
|
||||
return self
|
||||
end
|
||||
|
||||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
-- Start & Status
|
||||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user