Module millheat.compat
Compatibility module for Copas and LuaLogging.
To use LuaLogging or the Copas scheduler, ensure to load those libs before loading the millheat module.
Usage:
local copas = require "copas" local ll = require "logging" local mh = require "millheat" -- require this last