sculpto
logger.cpp
Go to the documentation of this file.
1/*!****************************************************************//*!*
2 * \file logger.cpp
3 * \brief
4 *
5 * \author Sabitov Kirill
6 * \date 23 June 2022
7 *********************************************************************/
8
9#include "sclpch.h"
10#include "logger.h"
11
12scl::logger::logger(const std::string &Name) :
13 Name(Name) {}
14
15void scl::logger::SetStream(std::ostream OutStream)
16{
17}
void SetStream(std::ostream OutStream)
Definition: logger.cpp:15
logger(const std::string &Name="")
Definition: logger.cpp:12
Sculpto library logger implementation module.
Sculpto library prehompiled header. Defines common definitions, includes commonly used modules.