core/loggingmanager.lua
changeset 8753 7ae09468ad92
parent 8724 b773b15fee71
child 9906 3eea63a68e0f
equal deleted inserted replaced
8752:fb3cd6b2263b 8753:7ae09468ad92
     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: globals log prosody.log
       
     9 
     8 
    10 local format = require "util.format".format;
     9 local format = require "util.format".format;
    11 local setmetatable, rawset, pairs, ipairs, type =
    10 local setmetatable, rawset, pairs, ipairs, type =
    12 	setmetatable, rawset, pairs, ipairs, type;
    11 	setmetatable, rawset, pairs, ipairs, type;
    13 local stdout = io.stdout;
    12 local stdout = io.stdout;