[App] Add notifications for hotkeys & XNotifyQueueUI
This commit is contained in:
@@ -482,6 +482,7 @@ bool logging::internal::ShouldLog(LogLevel log_level, uint32_t log_mask) {
|
||||
return static_cast<int32_t>(log_level) <= cvars::log_level &&
|
||||
(log_mask & cvars::log_mask) == 0;
|
||||
}
|
||||
uint32_t logging::internal::GetLogLevel() { return cvars::log_level; }
|
||||
|
||||
std::pair<char*, size_t> logging::internal::GetThreadBuffer() {
|
||||
return {thread_log_buffer_, sizeof(thread_log_buffer_)};
|
||||
|
||||
@@ -86,6 +86,7 @@ void ToggleLogLevel();
|
||||
|
||||
bool ShouldLog(LogLevel log_level,
|
||||
uint32_t log_mask = xe::LogSrc::Uncategorized);
|
||||
uint32_t GetLogLevel();
|
||||
std::pair<char*, size_t> GetThreadBuffer();
|
||||
XE_NOALIAS
|
||||
void AppendLogLine(LogLevel log_level, const char prefix_char, size_t written);
|
||||
|
||||
Reference in New Issue
Block a user