Top Level Namespace

Defined in:

Constant Summary

Formatter = Log::Formatter.new do |entry, io| ((io << (entry.severity.fatal? || entry.severity.error? ? "❌" : "ℹ️")) << " ") << entry.message end

Log format