mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-04 07:30:38 +08:00
added warn() to log
This commit is contained in:
parent
2bb202e2ec
commit
c3edae8fe4
@ -17,6 +17,11 @@ public:
|
||||
std::wclog << message << std::endl;
|
||||
}
|
||||
|
||||
static void warn(std::string topic, std::wstring message) {
|
||||
std::cerr << topic << ": ";
|
||||
std::wcerr << message << std::endl;
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user