asr_util_logger
1.0.0
|
ログ出力 [詳解]
#include <Logger.h>
公開型 | |
enum | Level { VBS, DBG, INF, WRN, ERR, FTL } |
ログレベル [詳解] | |
公開メンバ関数 | |
Logger ()=delete | |
Logger (std::unique_ptr< logger::ILogger > &&the_impl) | |
void | output (const Level the_log_level, const std::string &the_file_name, const int the_line_number, const std::string &the_function_name, const std::string &the_message) |
ログ出力 [詳解] | |
非公開変数類 | |
std::unique_ptr< logger::ILogger > | m_impl |
|
delete |
|
explicit |
参照先 m_impl.
void asr::util::Logger::output | ( | const Level | the_log_level, |
const std::string & | the_file_name, | ||
const int | the_line_number, | ||
const std::string & | the_function_name, | ||
const std::string & | the_message | ||
) |
|
private |