Plotly.cpp 0.1.0
A C++ plotting library for expressive, interactive, real-time & streaming data visualization
Loading...
Searching...
No Matches
logger.hpp File Reference
#include <cstdint>
#include <string_view>
Include dependency graph for logger.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  plotly
 C++ bindings for Plotly.

Enumerations

enum class  plotly::LogLevel : std::uint8_t {
  plotly::TRACE , plotly::DEBUG , plotly::INFO , plotly::WARN ,
  plotly::ERROR
}

Functions

void plotly::setLogLevel (LogLevel level)
void plotly::logTrace (std::string_view fmt,...)
void plotly::logDebug (std::string_view fmt,...)
void plotly::logInfo (std::string_view fmt,...)
void plotly::logWarn (std::string_view fmt,...)
void plotly::logError (std::string_view fmt,...)