Skip to content

Struct logger::LogMessage

ClassList > logger > LogMessage

Public Attributes

Type Name
const std::string_view file_name
const LogLevel level = LogLevel::LOG
const unsigned int line_number
const std::string_view message
const std::string tags

Public Attributes Documentation

variable file_name

const std::string_view logger::LogMessage::file_name;

variable level

const LogLevel logger::LogMessage::level;

variable line_number

const unsigned int logger::LogMessage::line_number;

variable message

const std::string_view logger::LogMessage::message;

variable tags

const std::string logger::LogMessage::tags;


The documentation for this class was generated from the following file logger.h