class PostHog::PrefixedLogger

def info(msg)

def info(msg)
  @logger.info("#{@prefix} #{msg}")
end