module Guard::UI
def options=(options)
(**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