Implement logging
This commit is contained in:
parent
cedf602e89
commit
ba057b20c6
@ -1,5 +1,4 @@
|
||||
local Logging = {}
|
||||
Logging.__index = Logging
|
||||
|
||||
local LogLevel = {
|
||||
TRACE = 0,
|
||||
@ -27,6 +26,7 @@ function LogLevel.isGreaterOrEqual(a, b)
|
||||
end
|
||||
|
||||
local Logger = {}
|
||||
Logger.__index = Logger
|
||||
|
||||
function Logger:new(o)
|
||||
local logger = {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user