mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-03 20:20:40 +08:00
Set LogChannel for Slic3r::GUI::Plater
This commit is contained in:
parent
4e74249511
commit
2bb202e2ec
@ -108,7 +108,7 @@ Plater::Plater(wxWindow* parent, const wxString& title, std::shared_ptr<Settings
|
||||
|
||||
}
|
||||
void Plater::add() {
|
||||
Log::info("GUI", L"Called Add function");
|
||||
Log::info(LogChannel, L"Called Add function");
|
||||
}
|
||||
|
||||
|
||||
|
@ -52,6 +52,8 @@ private:
|
||||
|
||||
Plate2D* canvas2D {};
|
||||
|
||||
const std::string LogChannel {"GUI_Plater"}; //< Which log these messages should go to.
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user