util/logger.lua
changeset 8559 5800f0c7afd6
parent 8558 4f0f5b49bb03
child 12398 86d6b069b892
equal deleted inserted replaced
8558:4f0f5b49bb03 8559:5800f0c7afd6
     6 -- COPYING file in the source package for more information.
     6 -- COPYING file in the source package for more information.
     7 --
     7 --
     8 -- luacheck: ignore 213/level
     8 -- luacheck: ignore 213/level
     9 
     9 
    10 local pairs = pairs;
    10 local pairs = pairs;
       
    11 local ipairs = ipairs;
       
    12 local require = require;
    11 
    13 
    12 local _ENV = nil;
    14 local _ENV = nil;
    13 -- luacheck: std none
    15 -- luacheck: std none
    14 
    16 
    15 local level_sinks = {};
    17 local level_sinks = {};