![]() |
PhoenixMock
1.8.7
Tools to split/merge/print mock used in Phoenix
|
#include "convertToString.h"#include "string_filename.h"#include "string_system.h"#include "PLog.h"
Include dependency graph for PLog.cpp:Go to the source code of this file.
Functions | |
| std::string | phoenix_logLevelToStr (PLog::Level logLevel) |
| Convert the log level into a string. More... | |
| PLog::Level | phoenix_strToLogLevel (const std::string &str) |
| Convert a string into a log level. More... | |
| std::string phoenix_logLevelToStr | ( | PLog::Level | logLevel | ) |
Convert the log level into a string.
| logLevel | : log level to be converted |
Definition at line 17 of file PLog.cpp.
References PLog::ALWAYS, PLog::CRITICAL, PLog::ERROR, PLog::INFO, and PLog::WARNING.
Referenced by PLog::getLog(), PLog::open(), and testLogLevelToString().
Here is the caller graph for this function:| PLog::Level phoenix_strToLogLevel | ( | const std::string & | str | ) |
Convert a string into a log level.
| str | : string ot be converted |
Definition at line 38 of file PLog.cpp.
References PLog::ALWAYS, PLog::CRITICAL, PLog::DEBUG, PLog::ERROR, PLog::INFO, createReleaseCurl::str, and PLog::WARNING.
Referenced by testStringToLogLevel().
Here is the caller graph for this function: