class SemanticLogger::Subscriber

def close

A subscriber should implement close if it can.
def close
  # NOOP
end