class Logger::Formatter

def format_datetime(time)

def format_datetime(time)
  time.strftime(@datetime_format || DatetimeFormat)
end