Boost C++ Libraries

PrevUpHomeNext

Struct throw_policy

boost::log::formatters::throw_policy — Throwing exception policy.

Synopsis

// In header: <boost/log/formatters/exception_policies.hpp>


struct throw_policy {

  // public static functions
  static void on_attribute_value_not_found(const char *, unsigned int);
};

Description

The policy will throw exceptions on formatting errors

throw_policy public static functions

  1. static void on_attribute_value_not_found(const char * file, unsigned int line);

PrevUpHomeNext