#include <Log.hpp>
|
| Log ()=default |
|
| Log (const std::string &sev, const std::string &shortMsg, const std::string &longMsg="", const std::source_location &here=std::source_location::current()) |
|
std::string | toString () const noexcept |
|
Definition at line 14 of file Log.hpp.
◆ Log() [1/2]
◆ Log() [2/2]
models::Log::Log |
( |
const std::string & |
sev, |
|
|
const std::string & |
shortMsg, |
|
|
const std::string & |
longMsg = "" , |
|
|
const std::source_location & |
here = std::source_location::current() |
|
) |
| |
|
inline |
◆ table()
static auto models::Log::table |
( |
| ) |
|
|
inlinestatic |
◆ toString()
std::string models::Log::toString |
( |
| ) |
const |
|
inlinenoexcept |
◆ column
std::uint_least32_t models::Log::column {} |
◆ filename
std::string models::Log::filename |
◆ functionName
std::string models::Log::functionName |
◆ id
std::int64_t models::Log::id {} |
◆ line
std::uint_least32_t models::Log::line {} |
◆ longMessage
std::string models::Log::longMessage |
◆ severity
std::string models::Log::severity |
◆ shortMessage
std::string models::Log::shortMessage |
◆ timestamp
std::time_t models::Log::timestamp {} |
The documentation for this struct was generated from the following file: