diff options
| author | Dennis Brentjes <d.brentjes@gmail.com> | 2016-10-16 21:39:18 +0200 |
|---|---|---|
| committer | Dennis Brentjes <d.brentjes@gmail.com> | 2016-10-16 21:39:36 +0200 |
| commit | ba6da37569dde1ed7616c14d591134575e6a6879 (patch) | |
| tree | 5562cad589f8c495bd02e61042cf633cd7f0e706 /liblog | |
| parent | c9082aa07394e15cd800bd5ad396c37a2334c98d (diff) | |
| download | cmix-ba6da37569dde1ed7616c14d591134575e6a6879.tar.gz cmix-ba6da37569dde1ed7616c14d591134575e6a6879.tar.bz2 cmix-ba6da37569dde1ed7616c14d591134575e6a6879.zip | |
Updates all the documentation.
Mainly covers the network rewrites.
Diffstat (limited to 'liblog')
| -rw-r--r-- | liblog/logging.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/liblog/logging.hpp b/liblog/logging.hpp index b95ca64..f2aacef 100644 --- a/liblog/logging.hpp +++ b/liblog/logging.hpp @@ -9,6 +9,7 @@ /*! * \brief init_logging Initializes the logging system to log to file. * \param log_level minimum log level we are interested in. + * \param file_name The file name to log to, defaults to "log.log" */ void init_logging(boost::log::trivial::severity_level log_level, std::string file_name = "log"); |
