class SemanticLogger::Formatters::Raw

def initialize(time_format: :none, time_key: :time, **args)

By default Raw formatter does not reformat the time
def initialize(time_format: :none, time_key: :time, **args)
  @time_key = time_key
  super(time_format: time_format, **args)
end