Comparison

core/loggingmanager.lua @ 8750:7ae09468ad92

loggingmanager: Remove luacheck annotations for global log functions that are now set in util.startup
author Kim Alvefur <zash@zash.se>
date Tue, 10 Apr 2018 22:43:13 +0200
parent 8721:b773b15fee71
child 9902:3eea63a68e0f
comparison
equal deleted inserted replaced
8749:fb3cd6b2263b 8750: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;