fdf_internal::LogValue

Summary

Constructors and Destructors

LogValue(Msg msg, Tuplet< KeyValuePairs...> kvps)

Public attributes

kvps
fdf_internal::Tuplet< KeyValuePairs...>
msg
Msg

Public functions

LogNew(fdf::Logger & logger, FuchsiaLogSeverity severity, const char *file, unsigned int line, const char *condition) const
void

Public attributes

kvps

fdf_internal::Tuplet< KeyValuePairs...> fdf_internal::LogValue::kvps

msg

Msg fdf_internal::LogValue::msg

Public functions

LogNew

void fdf_internal::LogValue::LogNew(
  fdf::Logger & logger,
  FuchsiaLogSeverity severity,
  const char *file,
  unsigned int line,
  const char *condition
) const 

LogValue

constexpr fdf_internal::LogValue::LogValue(
  Msg msg,
  Tuplet< KeyValuePairs...> kvps
)