]> git.e2factory.org Git - e2factory.git/commit
Add trace module, used for logging all function calls
authorTobias Ulmer <tu@emlix.com>
Thu, 24 Oct 2013 10:28:17 +0000 (12:28 +0200)
committerTobias Ulmer <tu@emlix.com>
Wed, 16 Nov 2016 14:01:23 +0000 (15:01 +0100)
commita4b8944e579cf74f553186ca0218e5fe696a3665
tree609024dd534a2f012f3b40b7b83e0f65d1f045cd
parentc0a37c5432b507dc1809b75225c52917467e452a
Add trace module, used for logging all function calls

Remove previous implementation from e2lib and move it into a
free-standing module. Extend so it can be disabled and enabled when
convenient.

Signed-off-by: Tobias Ulmer <tu@emlix.com>
generic/Makefile
generic/e2lib.lua
generic/trace.lua [new file with mode: 0644]