Fawkes API  Fawkes Development Version
fawkes::CacheLogger::CacheEntry Struct Reference

Cache entry struct. More...

#include <cache.h>

Public Attributes

LogLevel log_level
 log level More...
 
std::string component
 component More...
 
struct timeval time
 raw time More...
 
std::string timestr
 Time encoded as string. More...
 
std::string message
 Message. More...
 

Detailed Description

Cache entry struct.

Definition at line 80 of file cache.h.

Member Data Documentation

◆ component

std::string fawkes::CacheLogger::CacheEntry::component

component

Definition at line 83 of file cache.h.

Referenced by fawkes::CacheLogger::log_error(), and fawkes::CacheLogger::unlock().

◆ log_level

LogLevel fawkes::CacheLogger::CacheEntry::log_level

log level

Definition at line 82 of file cache.h.

Referenced by fawkes::CacheLogger::log_error(), and fawkes::CacheLogger::unlock().

◆ message

std::string fawkes::CacheLogger::CacheEntry::message

Message.

Definition at line 86 of file cache.h.

Referenced by fawkes::CacheLogger::log_error(), and fawkes::CacheLogger::unlock().

◆ time

struct timeval fawkes::CacheLogger::CacheEntry::time

raw time

Definition at line 84 of file cache.h.

Referenced by fawkes::CacheLogger::log_error(), and fawkes::CacheLogger::unlock().

◆ timestr

std::string fawkes::CacheLogger::CacheEntry::timestr

Time encoded as string.

Definition at line 85 of file cache.h.

Referenced by fawkes::CacheLogger::log_error(), and fawkes::CacheLogger::unlock().


The documentation for this struct was generated from the following file: