webmcp

annotate framework/env/trace/disable.lua @ 519:55a43a67e9ad

Further improvements to the documentation of the environment system
author jbe
date Mon Aug 21 15:01:21 2017 +0200 (2017-08-21)
parents 0bbfee4d4aed
children
rev   line source
jbe@41 1 --[[--
jbe@41 2 trace.disable()
jbe@41 3
jbe@41 4 This function disables the trace system. Re-enabling the trace system is not possible.
jbe@41 5
jbe@41 6 --]]--
jbe@41 7
jbe@41 8 function trace.disable()
jbe@41 9 trace._disabled = true
jbe@41 10 end

Impressum / About Us