Furrent
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
h
i
l
m
o
p
r
s
t
u
v
w
Functions
Variables
Typedefs
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
w
~
Variables
a
b
c
d
f
i
l
n
p
s
t
Typedefs
Enumerations
Related Functions
Files
File List
File Members
All
Functions
Variables
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
src
log
logger.hpp
Go to the documentation of this file.
1
//
2
// Created by Z1ko on 23/08/2022.
3
//
4
5
#pragma once
6
7
#include <spdlog/spdlog.h>
8
9
#include <string>
10
11
namespace
fur::log
{
12
15
std::shared_ptr<spdlog::logger>
initialize_custom_logger
(
16
bool
do_file_sink =
true
);
17
18
}
// namespace fur::log
fur::log::initialize_custom_logger
std::shared_ptr< spdlog::logger > initialize_custom_logger(bool do_file_sink)
Definition:
logger.cpp:18
fur::log
Definition:
logger.cpp:11
Generated by
1.8.17