spdlog
Loading...
Searching...
No Matches
src
spdlog.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/spdlog-inl.h
>
9
#include <
spdlog/common-inl.h
>
10
#include <
spdlog/details/backtracer-inl.h
>
11
#include <
spdlog/details/registry-inl.h
>
12
#include <
spdlog/details/os-inl.h
>
13
#include <
spdlog/pattern_formatter-inl.h
>
14
#include <
spdlog/details/log_msg-inl.h
>
15
#include <
spdlog/details/log_msg_buffer-inl.h
>
16
#include <
spdlog/logger-inl.h
>
17
#include <
spdlog/sinks/sink-inl.h
>
18
#include <
spdlog/sinks/base_sink-inl.h
>
19
#include <
spdlog/details/null_mutex.h
>
20
21
#include <
mutex
>
22
23
// template instantiate logger constructor with sinks init list
24
template
SPDLOG_API
spdlog::logger::logger
(
std::string
name
, sinks_init_list::iterator begin, sinks_init_list::iterator end);
25
template
class
SPDLOG_API
spdlog::sinks::base_sink<std::mutex>
;
26
template
class
SPDLOG_API
spdlog::sinks::base_sink<spdlog::details::null_mutex>
;
backtracer-inl.h
base_sink-inl.h
std::string
spdlog::logger::logger
logger(std::string name)
Definition
logger.h:51
spdlog::sinks::base_sink
Definition
base_sink.h:20
common-inl.h
SPDLOG_API
#define SPDLOG_API
Definition
common.h:31
arg_id_kind::name
@ name
log_msg-inl.h
log_msg_buffer-inl.h
logger-inl.h
mutex
null_mutex.h
os-inl.h
pattern_formatter-inl.h
registry-inl.h
sink-inl.h
spdlog-inl.h
Generated by
1.9.8