easylogging++: add file-only logs

This commit is contained in:
moneromooo-monero
2017-03-25 19:42:12 +00:00
parent db9dc7c2df
commit 5bab044984
2 changed files with 12 additions and 10 deletions

View File

@@ -2183,7 +2183,7 @@ class RegisteredHitCounters : public base::utils::RegistryWithPred<base::HitCoun
};
/// @brief Action to be taken for dispatching
enum class DispatchAction : base::type::EnumType {
None = 1, NormalLog = 2, SysLog = 4
None = 1, NormalLog = 2, SysLog = 4, FileOnlyLog = 8,
};
} // namespace base
template <typename T>