diff options
| author | Dennis Brentjes <d.brentjes@gmail.com> | 2016-10-10 15:52:14 +0200 |
|---|---|---|
| committer | Dennis Brentjes <d.brentjes@gmail.com> | 2016-10-10 15:52:14 +0200 |
| commit | d8e48c32f8435076382543edfafbf81c223f9e87 (patch) | |
| tree | 575f0f7f452c4c8800e77c7fd79b4354fed8a81c /liblog/logging.hpp | |
| parent | fa35c9c3c71243a7f8537e5a81f7a09fa05a382e (diff) | |
| download | cmix-d8e48c32f8435076382543edfafbf81c223f9e87.tar.gz cmix-d8e48c32f8435076382543edfafbf81c223f9e87.tar.bz2 cmix-d8e48c32f8435076382543edfafbf81c223f9e87.zip | |
Added a Client so we can start finishing up the setup phase of cMix.
Diffstat (limited to 'liblog/logging.hpp')
| -rw-r--r-- | liblog/logging.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/liblog/logging.hpp b/liblog/logging.hpp index b06d176..b95ca64 100644 --- a/liblog/logging.hpp +++ b/liblog/logging.hpp @@ -10,5 +10,5 @@ * \brief init_logging Initializes the logging system to log to file. * \param log_level minimum log level we are interested in. */ -void init_logging(boost::log::trivial::severity_level log_level); +void init_logging(boost::log::trivial::severity_level log_level, std::string file_name = "log"); |
