Code forensics
0.1
Generate historical information about code changes
|
#include "logging.hpp"
Functions | |
BlockProgressBar | init_progress (int max, int width) |
void | tick_next (BlockProgressBar &bar, int &count, int max, CR< Str > name, CR< Str > extra) |
void | log_formatter (const boost::log::record_view &rec, boost::log::formatting_ostream &strm) |
Pair< char, fmt::v9::text_style > | format_style (boost::log::severity level) |
void | out_formatter (const boost::log::record_view &rec, boost::log::formatting_ostream &strm) |
boost::shared_ptr< sink_t > | create_file_sink (CR< Str > outfile) |
boost::shared_ptr< sink_t > | create_std_sink () |
void | init_logger_properties () |
boost::shared_ptr<sink_t> create_file_sink | ( | CR< Str > | outfile | ) |
boost::shared_ptr<sink_t> create_std_sink | ( | ) |
Pair<char, fmt::v9::text_style> format_style | ( | boost::log::severity | level | ) |
void init_logger_properties | ( | ) |
BlockProgressBar init_progress | ( | int | max, |
int | width | ||
) |
void log_formatter | ( | const boost::log::record_view & | rec, |
boost::log::formatting_ostream & | strm | ||
) |
void out_formatter | ( | const boost::log::record_view & | rec, |
boost::log::formatting_ostream & | strm | ||
) |
void tick_next | ( | BlockProgressBar & | bar, |
int & | count, | ||
int | max, | ||
CR< Str > | name, | ||
CR< Str > | extra | ||
) |