ed
|
Functions | |
std::ostream & | error () |
void | error (const char *str) |
void | error (const std::string &str) |
std::ostream & | info () |
void | info (const char *str) |
void | info (const std::string &str) |
std::ostream & | warning () |
void | warning (const char *str) |
void | warning (const std::string &str) |
std::ostream & ed::log::error | ( | ) |
Definition at line 74 of file logging.cpp.
void ed::log::error | ( | const char * | str | ) |
Definition at line 82 of file logging.cpp.
void ed::log::error | ( | const std::string & | str | ) |
Definition at line 89 of file logging.cpp.
std::ostream & ed::log::info | ( | ) |
Definition at line 30 of file logging.cpp.
void ed::log::info | ( | const char * | str | ) |
Definition at line 38 of file logging.cpp.
void ed::log::info | ( | const std::string & | str | ) |
Definition at line 45 of file logging.cpp.
std::ostream & ed::log::warning | ( | ) |
Definition at line 52 of file logging.cpp.
void ed::log::warning | ( | const char * | str | ) |
Definition at line 60 of file logging.cpp.
void ed::log::warning | ( | const std::string & | str | ) |
Definition at line 67 of file logging.cpp.