#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.
|
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 |