NumCpp
2.12.1
A Templatized Header Only C++ Implementation of the Python NumPy Library
|
Register a global logger. More...
Namespaces | |
namespace | type_traits |
Data Structures | |
class | BinaryDataLogger |
Binary Logger. More... | |
Typedefs | |
using | text_sink = boost::log::sinks::synchronous_sink< boost::log::sinks::text_ostream_backend > |
Functions | |
boost::log::formatter | createOutputFormat () |
function to define the format of the output More... | |
Variables | |
constexpr boost::log::trivial::severity_level | INIT_LOGLEVEL { boost::log::trivial::severity_level::trace } |
constexpr char | OUTPUT_LOG_FILE_EXT [] = "log" |
boost::shared_ptr< text_sink > | sinkConsole {} |
local variables to hold the sink pointers More... | |
boost::shared_ptr< text_sink > | sinkFile {} |
Register a global logger.
Boost log attributes
using nc::logger::detail::text_sink = typedef boost::log::sinks::synchronous_sink<boost::log::sinks::text_ostream_backend> |
|
inline |
function to define the format of the output
|
constexpr |
|
constexpr |
|
inline |
local variables to hold the sink pointers
|
inline |