BPackageManager: Add SetDebugLevel()

Sets the debug level of the solver.
This commit is contained in:
Ingo Weinhold
2014-10-26 00:19:35 +02:00
parent 74b582a4e5
commit d228f29f6e
2 changed files with 17 additions and 0 deletions
@@ -75,6 +75,9 @@ public:
void Init(uint32 flags);
void SetDebugLevel(int32 level);
// 0 - 10 (passed to libsolv)
BSolver* Solver() const
{ return fSolver; }
@@ -155,6 +158,7 @@ private:
bool _NextSpecificInstallationLocation();
protected:
int32 fDebugLevel;
BPackageInstallationLocation fLocation;
BSolver* fSolver;
InstalledRepository* fSystemRepository;