mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Update Intelligence.lua
Added function to set verbosity
This commit is contained in:
parent
16bf3a89b5
commit
7751d4ee88
@ -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