#include <iostream>#include <fstream>#include <string>#include "zypp/base/Logger.h"#include "zypp/base/LogControl.h"#include "zypp/base/ProfilingFormater.h"#include "zypp/base/String.h"#include "zypp/Date.h"#include "zypp/PathInfo.h"Go to the source code of this file.
Namespaces | |
| namespace | zypp |
| namespace | zypp::base |
| namespace | zypp::base::logger |
Classes | |
| struct | zypp::base::logger::StdErrWriter |
| struct | zypp::base::logger::FileWriter |
| class | zypp::base::logger::Loglinebuf |
| class | zypp::base::logger::Loglinestream |
| struct | zypp::base::logger::LogControlImpl |
| LogControl implementation (Singleton). More... | |
Functions | |
| void | zypp::base::logger::putStream (const std::string &group_r, LogLevel level_r, const char *file_r, const char *func_r, int line_r, const std::string &buffer_r) |
| That's what Loglinebuf calls. | |
| std::ostream & | zypp::base::logger::getStream (const char *group_r, LogLevel level_r, const char *file_r, const char *func_r, const int line_r) |
| Return a log stream to write on. | |
| std::ostream & | zypp::base::operator<< (std::ostream &str, const LogControl &obj) |
Definition in file LogControl.cc.
1.5.3