webmcp

view framework/env/trace/disable.lua @ 431:4a33becb6f59

json.export(...): also avoid exponential notation for unsigned 64 bit integers represented as float
author jbe
date Thu Jan 14 18:52:19 2016 +0100 (2016-01-14)
parents 0bbfee4d4aed
children
line source
1 --[[--
2 trace.disable()
4 This function disables the trace system. Re-enabling the trace system is not possible.
6 --]]--
8 function trace.disable()
9 trace._disabled = true
10 end

Impressum / About Us