module Guard::UI

def options=(options)

Options Hash: (**options)
  • time_format (String) -- the time format
  • template (String) -- the logger template
  • level (Symbol) -- the log level

Parameters:
  • options (Hash) -- the logger options
def options=(options)
  @options = Config.new(options)
end