Class ILLIXR::sqlite_record_logger
ClassList > ILLIXR > sqlite_record_logger
#include <sqlite_record_logger.hpp>
Inherits the following classes: ILLIXR::record_logger
Public Functions inherited from ILLIXR::record_logger
| Type | Name |
|---|---|
| virtual void | log (const record & r) = 0 Writes one log record. |
| virtual void | log (const std::vector< record > & rs) Writes many of the same type of log record. |
| ~record_logger () override |
Public Functions inherited from ILLIXR::phonebook::service
See ILLIXR::phonebook::service
| Type | Name |
|---|---|
| virtual | ~service () = default |
Protected Functions
| Type | Name |
|---|---|
| virtual void | log (const std::vector< record > & rs) override Writes many of the same type of log record. |
| virtual void | log (const record & r) override Writes one log record. |
Protected Functions Documentation
function log [1/2]
Writes many of the same type of log record.
inline virtual void ILLIXR::sqlite_record_logger::log (
const std::vector< record > & rs
) override
This is more efficient than calling log many times.
Implements ILLIXR::record_logger::log
function log [2/2]
Writes one log record.
inline virtual void ILLIXR::sqlite_record_logger::log (
const record & r
) override
Implements ILLIXR::record_logger::log
The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR/illixr_release/ILLIXR/src/sqlite_record_logger.hpp