Global Fixed :D

This commit is contained in:
Cooldude2606
2018-10-14 20:55:21 +01:00
parent 05f6fa4657
commit f02d0d5d37
3 changed files with 14 additions and 6 deletions

View File

@@ -3,10 +3,10 @@ function _log(...) log(...) end -- do not remove this is used for smaller verbos
Manager = require("FactorioSoftmodManager")
Manager.setVerbose{
selfInit=true, -- called while the manager is being set up
moduleLoad=true, -- when a module is required by the manager
moduleInit=true, -- when and within the initation of a module
modulePost=true, -- when and within the post of a module
moduleEnv=true, -- during module runtime, this is a global option set within each module for fine control
moduleLoad=false, -- when a module is required by the manager
moduleInit=false, -- when and within the initation of a module
modulePost=false, -- when and within the post of a module
moduleEnv=false, -- during module runtime, this is a global option set within each module for fine control
eventRegistered=false, -- when a module registers its event handlers
errorCaught=true, -- when an error is caught during runtime
output=Manager._verbose -- can be: can be: print || log || other function