VMManager: Make LogLayout log level configurable as a parameter

This commit is contained in:
Yuri Kunde Schlesner
2015-07-17 21:55:48 -03:00
parent 785407d06f
commit b9a9ad9742
4 changed files with 22 additions and 13 deletions

View File

@ -170,7 +170,7 @@ public:
void Reprotect(VMAHandle vma, VMAPermission new_perms);
/// Dumps the address space layout to the log, for debugging
void LogLayout() const;
void LogLayout(Log::Level log_level) const;
private:
using VMAIter = decltype(vma_map)::iterator;