mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Add a third log output interface method
This commit is contained in:
@@ -100,6 +100,7 @@ void log_printline(enum LogMessageLevel lev, const std::string &text)
|
||||
i != log_outputs[lev].end(); i++){
|
||||
ILogOutput *out = *i;
|
||||
out->printLog(os.str());
|
||||
out->printLog(os.str(), lev);
|
||||
out->printLog(lev, text);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user