Log: add "noexcept"
This commit is contained in:
@@ -24,15 +24,15 @@
|
||||
#include "LogLevel.hxx"
|
||||
|
||||
void
|
||||
SetLogThreshold(LogLevel _threshold);
|
||||
SetLogThreshold(LogLevel _threshold) noexcept;
|
||||
|
||||
void
|
||||
EnableLogTimestamp();
|
||||
EnableLogTimestamp() noexcept;
|
||||
|
||||
void
|
||||
LogInitSysLog();
|
||||
LogInitSysLog() noexcept;
|
||||
|
||||
void
|
||||
LogFinishSysLog();
|
||||
LogFinishSysLog() noexcept;
|
||||
|
||||
#endif /* LOG_H */
|
||||
|
Reference in New Issue
Block a user