mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
7 lines
146 B
Lua
7 lines
146 B
Lua
local skynet = require "skynet"
|
|
|
|
skynet.dispatch(function(message, session , from)
|
|
print("[GLOBALLOG]", from,message)
|
|
end)
|
|
|
|
skynet.register "LOG" |