class SemanticLogger::Base

def log(_log_)

Write log data to underlying data storage
def log(_log_)
  raise NotImplementedError, "Logging Appender must implement #log(log)"
end