util/logger.lua
changeset 7134 ea3eea291321
parent 7133 2b48ce0bfe7d
child 8556 32438665dc5e
equal deleted inserted replaced
7133:2b48ce0bfe7d 7134:ea3eea291321
     3 -- Copyright (C) 2008-2010 Waqas Hussain
     3 -- Copyright (C) 2008-2010 Waqas Hussain
     4 --
     4 --
     5 -- This project is MIT/X11 licensed. Please see the
     5 -- This project is MIT/X11 licensed. Please see the
     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 
     9 
     9 local pairs = pairs;
    10 local pairs = pairs;
    10 
    11 
    11 local _ENV = nil;
    12 local _ENV = nil;
    12 
    13