| 
    TARAXA
    
   | 
 
#include <boost/log/sinks/text_ostream_backend.hpp>#include <boost/log/sources/record_ostream.hpp>#include <boost/log/utility/setup/file.hpp>#include <filesystem>#include <string>#include "common/types.hpp"
Go to the source code of this file.
Classes | |
| class | taraxa::logger::Config | 
| struct | taraxa::logger::Config::OutputConfig | 
Namespaces | |
| namespace | taraxa | 
| namespace | taraxa::logger | 
Enumerations | |
| enum | taraxa::logger::Verbosity {  taraxa::logger::Silent = -1 , taraxa::logger::Error = 0 , taraxa::logger::Warning = 1 , taraxa::logger::Info = 2 , taraxa::logger::Debug = 3 , taraxa::logger::Trace = 4 }  | 
Functions | |
| Verbosity | taraxa::logger::stringToVerbosity (std::string _verbosity) | 
| Transforms string verbosity to Verbosity enum.   | |