|
Plotly.cpp 0.1.0
A C++ plotting library for expressive, interactive, real-time & streaming data visualization
|
#include "plotly/logger.hpp"#include <chrono>#include <cstdarg>#include <cstdio>#include <ctime>#include <iomanip>#include <iostream>#include <mutex>#include <sstream>#include <string>#include <string_view>
Namespaces | |
| namespace | plotly |
| C++ bindings for Plotly. | |
Functions | |
| auto | plotly::formatString (const std::string_view fmt, va_list args) -> std::string |
| 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,...) |