class SemanticLogger::Formatters::Fluentd

def level

def level
  hash["severity"]       = log.level
  hash["severity_index"] = log.level_index
end