void install(const PoolItem &pi)
Log installation (or update) of a package.
HistoryLog & operator=(const HistoryLog &)
void removeRepository(const RepoInfo &repo)
Log recently removed repository.
static const Pathname & fname()
Get the current log file path.
void addRepository(const RepoInfo &repo)
Log a newly added repository.
Writing the zypp history fileReference counted signleton for writhing the zypp history file...
static void setRoot(const Pathname &root)
Set new root directory to the default history log file path.
void comment(const std::string &comment, bool timestamp=false)
Log a comment (even multiline).
void modifyRepository(const RepoInfo &oldrepo, const RepoInfo &newrepo)
Log certain modifications to a repository.
HistoryLog(const HistoryLog &)