spdlog
Loading...
Searching...
No Matches
src
file_sinks.cpp
Go to the documentation of this file.
1
// Copyright(c) 2015-present, Gabi Melman & spdlog contributors.
2
// Distributed under the MIT License (http://opensource.org/licenses/MIT)
3
4
#ifndef SPDLOG_COMPILED_LIB
5
# error Please define SPDLOG_COMPILED_LIB to compile this file.
6
#endif
7
8
#include <
spdlog/details/null_mutex.h
>
9
#include <
spdlog/details/file_helper-inl.h
>
10
#include <
spdlog/sinks/basic_file_sink-inl.h
>
11
#include <
spdlog/sinks/base_sink-inl.h
>
12
13
#include <
mutex
>
14
15
template
class
SPDLOG_API
spdlog::sinks::basic_file_sink<std::mutex>
;
16
template
class
SPDLOG_API
spdlog::sinks::basic_file_sink<spdlog::details::null_mutex>
;
17
18
#include <
spdlog/sinks/rotating_file_sink-inl.h
>
19
template
class
SPDLOG_API
spdlog::sinks::rotating_file_sink<std::mutex>
;
20
template
class
SPDLOG_API
spdlog::sinks::rotating_file_sink<spdlog::details::null_mutex>
;
base_sink-inl.h
basic_file_sink-inl.h
spdlog::sinks::basic_file_sink
Definition
basic_file_sink.h:21
spdlog::sinks::rotating_file_sink
Definition
rotating_file_sink.h:23
SPDLOG_API
#define SPDLOG_API
Definition
common.h:31
file_helper-inl.h
mutex
null_mutex.h
rotating_file_sink-inl.h
Generated by
1.9.8