Module lumber.format.plain
Simple log formatter that does nothing.
All log messages are echoed back without modification.
Usage:
local log = lumber.new((require 'lumber.format.plain'))
lumber.format.plain
Simple log formatter that does nothing.
All log messages are echoed back without modification.
local log = lumber.new((require 'lumber.format.plain'))