#include <iosfwd>#include "zypp/base/Logger.h"#include "zypp/base/PtrTypes.h"#include "zypp/Pathname.h"Go to the source code of this file.
Namespaces | |
| namespace | zypp |
| namespace | zypp::base |
Classes | |
| class | zypp::base::LogControl |
| Maintain logfile related options. More... | |
| struct | zypp::base::LogControl::LineWriter |
If you want to log the (formated) loglines by yourself, derive from this, and overload writeOut. More... | |
| struct | zypp::base::LogControl::LineFormater |
If you want to format loglines by yourself, derive from this, and overload format. More... | |
| struct | zypp::base::LogControl::TmpExcessive |
| Turn on excessive logging for the lifetime of this object. More... | |
| struct | zypp::base::LogControl::TmpLineWriter |
| Exchange LineWriter for the lifetime of this object. More... | |
Definition in file LogControl.h.
1.5.3