lua logger

This commit is contained in:
云风
2012-08-13 14:26:00 +08:00
parent 497490c74e
commit 04f9eaea49
5 changed files with 461 additions and 1 deletions

7
service/testlog.lua Normal file
View File

@@ -0,0 +1,7 @@
local skynet = require "skynet"
local log = require "log"
skynet.dispatch()
log.Info("hello world")