class Logger::Formatter

def format_datetime(time)

def format_datetime(time)
  time.strftime(@datetime_format || "%Y-%m-%dT%H:%M:%S.%6N ")
end