|
@@ -27,7 +27,7 @@ function logger.label(name)
|
|
|
end
|
|
|
|
|
|
function logger.test(fmt, ...) print(7, fmt, ...) end
|
|
|
+-- function logger.test(fmt, ...) end
|
|
|
function logger.trace(fmt, ...) print(1, fmt, ...) end
|
|
|
function logger.debug(fmt, ...) print(2, fmt, ...) end
|
|
|
function logger.info(fmt, ...) print(3, fmt, ...) end
|