Writing the zypp history file.
HistoryLog(const HistoryLog &)
void stampCommand()
Log info about the current process.
static void setRoot(const Pathname &root)
Set new root directory to the default history log file path.
void modifyRepository(const RepoInfo &oldrepo, const RepoInfo &newrepo)
Log certain modifications to a repository.
void remove(const PoolItem &pi)
Log removal of a package.
void addRepository(const RepoInfo &repo)
Log a newly added repository.
HistoryLog & operator=(const HistoryLog &)
void removeRepository(const RepoInfo &repo)
Log recently removed repository.
static const Pathname & fname()
Get the current log file path.
void install(const PoolItem &pi)
Log installation (or update) of a package.
void patchStateChange(const PoolItem &pi, ResStatus::ValidateValue oldstate)
Log state changes in patches.
void comment(const std::string &comment, bool timestamp=false)
Log a comment (even multiline).