Sha256: 375f61dfb22bb68197bb6a69c05b816fab76e3abbf4be8d3bc22cfc6f6b606aa

Contents?: true

Size: 801 Bytes

Versions: 8

Compression:

Stored size: 801 Bytes

Contents

// Copyright(c) 2015-present, Gabi Melman & spdlog contributors.
// Distributed under the MIT License (http://opensource.org/licenses/MIT)

#ifndef SPDLOG_COMPILED_LIB
#    error Please define SPDLOG_COMPILED_LIB to compile this file.
#endif

#include <spdlog/details/null_mutex.h>
#include <spdlog/details/file_helper-inl.h>
#include <spdlog/sinks/basic_file_sink-inl.h>
#include <spdlog/sinks/base_sink-inl.h>

#include <mutex>

template class SPDLOG_API spdlog::sinks::basic_file_sink<std::mutex>;
template class SPDLOG_API spdlog::sinks::basic_file_sink<spdlog::details::null_mutex>;

#include <spdlog/sinks/rotating_file_sink-inl.h>
template class SPDLOG_API spdlog::sinks::rotating_file_sink<std::mutex>;
template class SPDLOG_API spdlog::sinks::rotating_file_sink<spdlog::details::null_mutex>;

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
couchbase-3.5.0 ext/cache/spdlog/66ab2619a0014319471759c03e2de1af6bda14de/spdlog/src/file_sinks.cpp
couchbase-3.4.5 ext/couchbase/third_party/spdlog/src/file_sinks.cpp
couchbase-3.4.4 ext/couchbase/third_party/spdlog/src/file_sinks.cpp
couchbase-3.4.3 ext/couchbase/third_party/spdlog/src/file_sinks.cpp
couchbase-3.4.2 ext/couchbase/third_party/spdlog/src/file_sinks.cpp
couchbase-3.4.1 ext/couchbase/third_party/spdlog/src/file_sinks.cpp
couchbase-3.4.0 ext/couchbase/third_party/spdlog/src/file_sinks.cpp
couchbase-3.3.0 ext/couchbase/third_party/spdlog/src/file_sinks.cpp