webmcp

view framework/env/trace/render.lua @ 36:5380305a3d51

allow multiple arguments to trace.debug

you can now write trace.debug("bla", 2, ...)
author Daniel Poelzleithner <poelzi@poelzi.org>
date Sat Oct 09 00:57:26 2010 +0200 (2010-10-09)
parents 9fdfb27f8e67
children 0bbfee4d4aed
line source
1 --[[--
2 trace.render()
4 This function renders a trace log and writes it into the active slot.
6 --]]--
8 function trace.render()
9 -- TODO: check if all sections are closed?
10 trace._render_sub_tree(trace._tree)
11 end

Impressum / About Us