mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Add log_remove_output and log_deregister_thread
This commit is contained in:
parent
2e42391b86
commit
6e0de7b42c
2 changed files with 19 additions and 0 deletions
|
@ -48,8 +48,10 @@ public:
|
|||
void log_add_output(ILogOutput *out, enum LogMessageLevel lev);
|
||||
void log_add_output_maxlev(ILogOutput *out, enum LogMessageLevel lev);
|
||||
void log_add_output_all_levs(ILogOutput *out);
|
||||
void log_remove_output(ILogOutput *out);
|
||||
|
||||
void log_register_thread(const std::string &name);
|
||||
void log_deregister_thread();
|
||||
|
||||
void log_printline(enum LogMessageLevel lev, const std::string &text);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue