diff options
| author | Yuqian Yang <crupest@crupest.life> | 2025-12-05 20:49:10 +0800 |
|---|---|---|
| committer | Yuqian Yang <crupest@crupest.life> | 2025-12-05 20:49:10 +0800 |
| commit | f5c801de04f423269d9cefa3d725b52b87c7a0b9 (patch) | |
| tree | 51bbda6cf58cdd0a6d9128d073ad00c9337680aa /include/cru/ui/controls/ControlHost.h | |
| parent | 5edaa008efabb1b97446bed2f6b542cf01eb3c70 (diff) | |
| download | cru-f5c801de04f423269d9cefa3d725b52b87c7a0b9.tar.gz cru-f5c801de04f423269d9cefa3d725b52b87c7a0b9.tar.bz2 cru-f5c801de04f423269d9cefa3d725b52b87c7a0b9.zip | |
Refactor CRU_LOG_TAG_*.
Diffstat (limited to 'include/cru/ui/controls/ControlHost.h')
| -rw-r--r-- | include/cru/ui/controls/ControlHost.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/controls/ControlHost.h b/include/cru/ui/controls/ControlHost.h index 5e8d678b..ddd9d893 100644 --- a/include/cru/ui/controls/ControlHost.h +++ b/include/cru/ui/controls/ControlHost.h @@ -100,7 +100,7 @@ class CRU_UI_API ControlHost : public Object { Guard logging_guard([&] { log += "\nEnd dispatching routed event " + (original_sender->*event_ptr)()->GetName() + "."; - CRU_LOG_TAG_DEBUG("{}", log); + CruLogDebug(kLogTag, "{}", log); }); std::vector<ObjectResolver<Control>> receive_list; |
