class SemanticLogger::Appender::Udp

def log(log)

Write the log using the specified protocol and server.
def log(log)
  @socket.send(formatter.call(log, self), udp_flags)
  true
end