Syntalos::datactl::LogMessage

Syntalos::datactl::LogMessage

Syntalos::datactl::LogMessage

Describes a single log message. More…

#include <logging.h>

Public Attributes

Name
LogSeverityseverity
const char *category
const char *file
Static string literal, e.g. “time.clock”.
intline
const char *function
std::string_viewmessage

Detailed Description

struct Syntalos::datactl::LogMessage;

Describes a single log message.

The message string_view is only valid for the duration of the handler callback.

Public Attributes Documentation

variable severity

LogSeverity severity;

variable category

const char * category;

variable file

const char * file;

Static string literal, e.g. “time.clock”.

variable line

int line;

variable function

const char * function;

variable message

std::string_view message;

Updated on 2026-04-24 at 06:25:18 +0000