diff web/src/luan/modules/web/Http.luan @ 323:cd2924a1052c

improve testing git-svn-id: https://luan-java.googlecode.com/svn/trunk@324 21e917c8-12df-6dd8-5cb6-c86387c605b9
author fschmidt@gmail.com <fschmidt@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9>
date Mon, 09 Feb 2015 04:33:21 +0000
parents 7f7708e8fdd4
children a8d03e6882c6
line wrap: on
line diff
--- a/web/src/luan/modules/web/Http.luan	Sun Feb 08 22:03:27 2015 +0000
+++ b/web/src/luan/modules/web/Http.luan	Mon Feb 09 04:33:21 2015 +0000
@@ -3,6 +3,7 @@
 local ipairs = Luan.ipairs
 local to_string = Luan.to_string
 local Table = require "luan:Table"
+require "luan:logging/Logging"  -- initialize logging
 local LuanHandler = require "java:luan.modules.web.LuanHandler"