module
util.log
Functions
M.set_level
Set the verbosity threshold. 0 silences every helper.
M.set_level(n)
ninteger0–4
M.set_stream
Redirect output. Pass `io.stdout`, an open file handle, or any table with a `write` and `flush` method.
M.set_stream(stream)
streamtable