toast/log/footer_policies.hpp File Reference


Detailed Description

This file describes the toast::log::FooterPolicyConcept and contains some possible implementations.

Currently the library provides two FooterPolicies: toast::log::no_footer and toast::log::newline.

#include <string>
#include <toast/concept_check.hpp>

Go to the source code of this file.

Namespaces

namespace  toast
namespace  toast::log

Classes

struct  toast::log::FooterPolicyConcept< Policy >
 The FooterPolicyConcept describes the interface of a FooterPolicy. More...
struct  toast::log::no_footer
 This FooterPolicy tells the logger not to print a footer. More...
struct  toast::log::newline
 This FooterPolicy tells the logger to append a newline to each message. More...
struct  toast::log::footer_policy_aggregator< FirstFooterPolicy, SecondFooterPolicy >


SourceForge.net Logo