class SemanticLogger::Formatters::Raw

def level

Log level
def level
  hash[:level]       = log.level
  hash[:level_index] = log.level_index
end