class SemanticLogger::Appender::Udp

def flush

Flush is called by the semantic_logger during shutdown.
def flush
  @socket&.flush
end