module Mu::Logging::Formatting

Public Class Methods

colored_format() click to toggle source
# File lib/mu/logging/colored_log_formatter.rb, line 4
def self.colored_format
  ColoredLogFormatter.method(:format_log)
end
json_format() click to toggle source
# File lib/mu/logging/json_log_formatter.rb, line 4
def self.json_format
  JsonLogFormatter.method(:format_log)
end