libzypp  11.13.5
LogControl.h File Reference
#include <iosfwd>
#include "zypp/base/Logger.h"
#include "zypp/base/PtrTypes.h"
#include "zypp/Pathname.h"
Include dependency graph for LogControl.h:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

Definition in file LogControl.h.