Rerun C++ SDK
Loading...
Searching...
No Matches
rerun::LogSink Struct Reference

A sink for log messages. More...

#include <rerun/log_sink.hpp>

Public Types

enum class  Kind { Grpc = 0 , File = 1 }
 

Public Attributes

Kind kind
 
union { 
 
   GrpcSink   grpc 
 
   FileSink   file 
 
};  
 

Detailed Description

A sink for log messages.

See specific log sink types for more information:


The documentation for this struct was generated from the following file: