Working on major restructuring
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
require "time"
|
||||
|
||||
module GameServer
|
||||
module Logging
|
||||
class Formatter
|
||||
def call(severity, time, _, msg)
|
||||
"[#{time.utc.iso8601}] #{severity} #{Context.current}#{msg}\n"
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user