#include <iostream>
#include <fstream>
#include <unistd.h>
#include "zypp/ZConfig.h"
#include "zypp/base/String.h"
#include "zypp/base/Logger.h"
#include "zypp/PathInfo.h"
#include "zypp/Date.h"
#include "zypp/PoolItem.h"
#include "zypp/Package.h"
#include "zypp/RepoInfo.h"
#include "zypp/HistoryLog.h"
#include "zypp/HistoryLogData.h"
Go to the source code of this file.
Namespaces | |
namespace | zypp |
Functions | |
string | timestamp () |
string | userAtHostname () |
static std::string | pidAndAppname () |
void | zypp::openLog () |
void | zypp::closeLog () |
void | zypp::refUp () |
void | zypp::refDown () |
Variables | |
const char | zypp::_sep = '|' |
std::ofstream | zypp::_log |
unsigned | zypp::_refcnt = 0 |
Pathname | zypp::_fname |
Pathname | zypp::_fnameLastFail |
string @115::timestamp | ( | ) | [inline, static] |
Definition at line 35 of file HistoryLog.cc.
References HISTORY_LOG_DATE_FORMAT, and zypp::Date::now().
Referenced by zypp::HistoryLog::addRepository(), zypp::HistoryLog::install(), zypp::HistoryLog::modifyRepository(), zypp::HistoryLog::remove(), and zypp::HistoryLog::removeRepository().
string @115::userAtHostname | ( | ) | [inline, static] |
Definition at line 38 of file HistoryLog.cc.
Referenced by zypp::HistoryLog::install(), and zypp::HistoryLog::remove().
static std::string @115::pidAndAppname | ( | ) | [static] |
Definition at line 52 of file HistoryLog.cc.
References zypp::str::numstring(), and zypp::filesystem::readlink().
Referenced by zypp::HistoryLog::install(), and zypp::HistoryLog::remove().