#include "spdlog/spdlog.h"#include "spdlog/details/fmt_helper.h"#include "spdlog/details/null_mutex.h"#include "spdlog/details/os.h"#include "spdlog/sinks/base_sink.h"#include <android/log.h>#include <chrono>#include <mutex>#include <string>#include <thread>Go to the source code of this file.
Classes | |
| class | spdlog::sinks::android_sink< Mutex > |
Namespaces | |
| spdlog | |
| spdlog::sinks | |
Macros | |
| #define | SPDLOG_ANDROID_RETRIES 2 |
Typedefs | |
| using | spdlog::sinks::android_sink_mt = android_sink< std::mutex > |
| using | spdlog::sinks::android_sink_st = android_sink< details::null_mutex > |
Functions | |
| template<typename Factory = default_factory> | |
| std::shared_ptr< logger > | spdlog::android_logger_mt (const std::string &logger_name, const std::string &tag="spdlog") |
| template<typename Factory = default_factory> | |
| std::shared_ptr< logger > | spdlog::android_logger_st (const std::string &logger_name, const std::string &tag="spdlog") |
| #define SPDLOG_ANDROID_RETRIES 2 |
Definition at line 24 of file android_sink.h.
1.8.11