WebCFace 2.5.2
Web-based Communication Framework & Dashboard-like UI
|
#include <webcface/common/internal/message/log.h>
Public Member Functions | |
Log ()=default | |
Log (const SharedString &field, const std::shared_ptr< std::deque< LogLine > > &log) | |
template<typename It > | |
Log (const SharedString &field, const It &begin, const It &end) | |
Log (const SharedString &field, const LogLine &ll) | |
Static Public Member Functions | |
static SharedString | defaultLogName () |
Public Attributes | |
SharedString | field |
std::shared_ptr< std::deque< LogLine > > | log |
Static Public Attributes | |
static constexpr int | kind |
|
default |
|
inline |
|
inline |
|
inlineexplicit |
|
static |
SharedString field |
|
staticconstexprinherited |
std::shared_ptr<std::deque<LogLine> > log |