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

Component: The severity level of a text log message. More...

#include <rerun/components/text_log_level.hpp>

Public Member Functions

 TextLogLevel (const char *str)
 Construct TextLogLevel from a null-terminated UTF8 string.
 
const char * c_str () const
 
 TextLogLevel (rerun::datatypes::Utf8 value_)
 
TextLogLeveloperator= (rerun::datatypes::Utf8 value_)
 
 TextLogLevel (std::string value_)
 
TextLogLeveloperator= (std::string value_)
 
 operator rerun::datatypes::Utf8 () const
 Cast to the underlying Utf8 datatype.
 

Public Attributes

rerun::datatypes::Utf8 value
 

Static Public Attributes

static const TextLogLevel Critical
 Designates catastrophic failures.
 
static const TextLogLevel Error
 Designates very serious errors.
 
static const TextLogLevel Warning
 Designates hazardous situations.
 
static const TextLogLevel Info
 Designates useful information.
 
static const TextLogLevel Debug
 Designates lower priority information.
 
static const TextLogLevel Trace
 Designates very low priority, often extremely verbose, information.
 

Detailed Description

Component: The severity level of a text log message.

Recommended to be one of:

  • "CRITICAL"
  • "ERROR"
  • "WARN"
  • "INFO"
  • "DEBUG"
  • "TRACE"

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