#include <qi/log.hpp>
#include <qi/anyobject.hpp>
#include <qi/clock.hpp>
#include <tuple>
Go to the source code of this file.
|
bool | fromOld (std::map< std::string, ::qi::AnyValue > &fields, const std::vector< std::tuple< std::string, qi::TypeInterface * >> &missing, const std::map< std::string, ::qi::AnyReference > &dropfields) |
|
const char * | qi::detail::name::LogMessage_date () |
|
const char * | qi::detail::name::LogMessage_systemDate () |
|
const char * | qi::detail::name::LogMessage_timestamp () |
|
| QI_TYPE_STRUCT (::qi::LogMessage, source, level, category, location, message, id, date, systemDate) |
|
| QI_TYPE_STRUCT_EXTENSION_CONVERT_HANDLERS (::qi::LogMessage, fromOld, toOld) |
|
bool | toOld (std::map< std::string, ::qi::AnyValue > &fields, const std::vector< std::tuple< std::string, qi::TypeInterface * >> &missing, const std::map< std::string, ::qi::AnyReference > &dropfields) |
|
◆ fromOld()
bool fromOld |
( |
std::map< std::string, ::qi::AnyValue > & |
fields, |
|
|
const std::vector< std::tuple< std::string, qi::TypeInterface * >> & |
missing, |
|
|
const std::map< std::string, ::qi::AnyReference > & |
dropfields |
|
) |
| |
|
inline |
◆ QI_TYPE_STRUCT()
QI_TYPE_STRUCT |
( |
::qi::LogMessage |
, |
|
|
source |
, |
|
|
level |
, |
|
|
category |
, |
|
|
location |
, |
|
|
message |
, |
|
|
id |
, |
|
|
date |
, |
|
|
systemDate |
|
|
) |
| |
◆ QI_TYPE_STRUCT_EXTENSION_CONVERT_HANDLERS()
◆ toOld()
bool toOld |
( |
std::map< std::string, ::qi::AnyValue > & |
fields, |
|
|
const std::vector< std::tuple< std::string, qi::TypeInterface * >> & |
missing, |
|
|
const std::map< std::string, ::qi::AnyReference > & |
dropfields |
|
) |
| |
|
inline |