Tramway SDK
|
#include <framework/logging.h>
#include <framework/system.h>
#include <cstring>
#include <charconv>
#include <iostream>
#include <vector>
Namespaces | |
namespace | tram |
namespace | tram::implementation |
Functions | |
void | tram::SetSystemLoggingSeverity (System::system_t system, Severity min_severity) |
void | tram::SetLogCallback (void(*callback)(int, const char *)) |
void | tram::implementation::concat_fmt (std::string_view &str) |
void | tram::implementation::flush_console (int severity, int system) |
void | tram::implementation::flush_callback (int severity, int system) |
template<> | |
void | tram::implementation::concat (const std::string_view &value) |
template<> | |
void | tram::implementation::concat (const std::string &value) |
template<> | |
void | tram::implementation::concat (const char *const &value) |
template<> | |
void | tram::implementation::concat (const UID &value) |
template<typename T > | |
void | tram::implementation::to_chars_concat (const T &value) |
template<> | |
void | tram::implementation::concat_numeric (const int64_t &value) |
template<> | |
void | tram::implementation::concat_numeric (const uint64_t &value) |
template<> | |
void | tram::implementation::concat_numeric (const float &value) |
Variables | |
char | tram::implementation::buffer [500] = {'\0'} |