|
Fawkes API
Fawkes Development Version
|
Cache entry struct. More...
#include <cache.h>
Public Attributes | |
| LogLevel | log_level |
| log level | |
| std::string | component |
| component | |
| struct timeval | time |
| raw time | |
| std::string | timestr |
| Time encoded as string. | |
| std::string | message |
| Message. | |
| std::string fawkes::CacheLogger::CacheEntry::component |
component
Definition at line 83 of file cache.h.
Referenced by WebviewStartPageRequestProcessor::process_request().
| LogLevel fawkes::CacheLogger::CacheEntry::log_level |
log level
Definition at line 82 of file cache.h.
Referenced by WebviewStartPageRequestProcessor::process_request().
| std::string fawkes::CacheLogger::CacheEntry::message |
Definition at line 86 of file cache.h.
Referenced by WebviewStartPageRequestProcessor::process_request().
| struct timeval fawkes::CacheLogger::CacheEntry::time |
| std::string fawkes::CacheLogger::CacheEntry::timestr |
Time encoded as string.
Definition at line 85 of file cache.h.
Referenced by WebviewStartPageRequestProcessor::process_request().