|
BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <fc/log/log_message.hpp>#include <fc/exception/exception.hpp>#include <fc/variant.hpp>#include <fc/time.hpp>#include <fc/thread/thread.hpp>#include <fc/thread/task.hpp>#include <fc/filesystem.hpp>#include <fc/io/stdio.hpp>#include <fc/io/json.hpp>Go to the source code of this file.
Classes | |
| class | fc::detail::log_context_impl |
| class | fc::detail::log_message_impl |
Namespaces | |
| fc | |
| fc::detail | |
Functions | |
| void | fc::to_variant (const log_context &l, variant &v, uint32_t max_depth) |
| void | fc::from_variant (const variant &l, log_context &c, uint32_t max_depth) |
| void | fc::from_variant (const variant &l, log_message &c, uint32_t max_depth) |
| void | fc::to_variant (const log_message &l, variant &v, uint32_t max_depth) |
| void | fc::to_variant (log_level e, variant &v, uint32_t max_depth=1) |
| void | fc::from_variant (const variant &e, log_level &ll, uint32_t max_depth=1) |
1.8.17