class SemanticLogger::Appender::Tcp

def flush

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