OGLplus
(0.59.0)
a C++ wrapper for rendering APIs
eagine
logging
root_logger_opts.hpp
Go to the documentation of this file.
1
9
#ifndef EAGINE_LOGGING_ROOT_LOGGER_OPTS_HPP
10
#define EAGINE_LOGGING_ROOT_LOGGER_OPTS_HPP
11
12
namespace
eagine
{
13
//------------------------------------------------------------------------------
16
struct
root_logger_options
{
18
bool
default_no_log
{
false
};
19
};
20
//------------------------------------------------------------------------------
21
}
// namespace eagine
22
23
#endif // EAGINE_LOGGING_ROOT_LOGGER_OPTS_HPP
eagine
Common code is placed in this namespace.
Definition:
eagine.hpp:21
eagine::root_logger_options
Structure holding root logger customization options.
Definition:
root_logger_opts.hpp:16
eagine::root_logger_options::default_no_log
bool default_no_log
Option saying that by default no logging should be done.
Definition:
root_logger_opts.hpp:18
Copyright © 2015-2021
Matúš Chochlík
.
<
chochlik -at -gmail.com
>
Documentation generated on Tue Apr 13 2021 by
Doxygen
(version 1.8.17).