Defines a policy to apply when the logger fails, which is, to ignore the failure. More...
#include "keyvalue/sys/logger/policy/IgnoreFailure.h"
Protected Member Functions | |
bool | apply (const Message &message) const |
Applies IgnoreFailure policy. |
Defines a policy to apply when the logger fails, which is, to ignore the failure.
WARNING: This is a dangerous policy to apply. Use with caution (or do not use at all).
bool apply | ( | const Message & | message | ) | const [protected] |
Applies IgnoreFailure policy.
true
to ignore previous failure.