UTILLib 2.0
Common C++ library with utilities.
Loading...
Searching...
No Matches
logmessage.h File Reference
#include <chrono>
#include <string>
#include "logging.h"
Include dependency graph for logmessage.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  util::log::LogMessage

Namespaces

namespace  util
 Main namespace for the util library.
namespace  util::log
 The log namespace is used for log related classes and functions.

Functions

std::string util::log::GetSeverityString (LogSeverity severity)
 Returns the log level as a string.

Detailed Description

Defines the log message structure.