aboutsummaryrefslogtreecommitdiff
path: root/external/easylogging++/easylogging++.h
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-03-25 19:42:12 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-04-10 21:05:22 +0100
commit5bab044984be78e5e71cf5e0b7f1ef043f6091b1 (patch)
tree85520c1bfc81902c23b35b68803fe606c82a5057 /external/easylogging++/easylogging++.h
parenteayslogging++: Fix bad memory access before opening any files (diff)
downloadmonero-5bab044984be78e5e71cf5e0b7f1ef043f6091b1.tar.xz
easylogging++: add file-only logs
Diffstat (limited to 'external/easylogging++/easylogging++.h')
-rw-r--r--external/easylogging++/easylogging++.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/easylogging++/easylogging++.h b/external/easylogging++/easylogging++.h
index 615314036..f4573fb80 100644
--- a/external/easylogging++/easylogging++.h
+++ b/external/easylogging++/easylogging++.h
@@ -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>