mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 13:25:56 +08:00
added warn() to log
This commit is contained in:
parent
0a963ea0df
commit
1c421af47b
@ -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