libzypp 17.31.23
|
#include <zypp-core/base/LogControl.h>
#include <iosfwd>
#include <ostream>
#include <zypp-core/base/Logger.h>
#include <zypp-core/base/PtrTypes.h>
#include <zypp-core/Pathname.h>
Go to the source code of this file.
Classes | |
struct | zypp::log::LineWriter |
If you want to log the (formated) loglines by yourself, derive from this, and overload writeOut . More... | |
struct | zypp::log::StreamLineWriter |
Base class for ostream based LineWriter. More... | |
struct | zypp::log::StdoutLineWriter |
LineWriter to stdout. More... | |
struct | zypp::log::StderrLineWriter |
LineWriter to stderr. More... | |
struct | zypp::log::FileLineWriter |
LineWriter to file. More... | |
class | zypp::base::LogControl |
Maintain logfile related options. 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... | |
Namespaces | |
namespace | zypp |
Easy-to use interface to the ZYPP dependency resolver. | |
namespace | zypp::log |
namespace | zypp::base |