Nix (Dev)
3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
structs.h
Go to the documentation of this file.
1
#ifndef IV_SRC_LOGS_STRUCTS_H_
2
#define IV_SRC_LOGS_STRUCTS_H_
3
4
#include "
core/Timestamp.hpp
"
5
#include "
core/defines.hpp
"
6
7
namespace
iv::logs
8
{
9
10
struct
Event
11
{
12
iv::types::timestamp
timestamp
;
13
std::string
id
;
14
std::string
message
;
15
std::string
source
;
16
std::string
user
;
17
std::string
category
;
18
};
19
20
}
// namespace iv::logs
21
22
#endif
//IV_SRC_LOGS_STRUCTS_H_
Timestamp.hpp
defines.hpp
iv::logs
Definition
DownloadLogger.cpp:19
iv::types::timestamp
uint64_t timestamp
Definition
types.hpp:21
iv::logs::Event
Definition
structs.h:11
iv::logs::Event::category
std::string category
Definition
structs.h:17
iv::logs::Event::user
std::string user
Definition
structs.h:16
iv::logs::Event::timestamp
iv::types::timestamp timestamp
Definition
structs.h:12
iv::logs::Event::id
std::string id
Definition
structs.h:13
iv::logs::Event::source
std::string source
Definition
structs.h:15
iv::logs::Event::message
std::string message
Definition
structs.h:14
src
logs
structs.h
Generated by
1.12.0