webmcp

view framework/env/trace/is_disabled.lua @ 510:696d7e5f2bcb

Added "Layouts" section to WebMCP documentation and cleaned "Directory structure" section up
author jbe
date Mon Aug 21 03:58:33 2017 +0200 (2017-08-21)
parents 0bbfee4d4aed
children
line source
1 --[[--
2 disabled = -- boolean indicating if trace system is disabled
3 trace.is_disabled()
5 This function returns true, if the trace system has been disabled. Otherwise false is returned.
7 --]]--
9 function trace.is_disabled()
10 return trace._disabled
11 end

Impressum / About Us