feat: 统一命名

This commit is contained in:
2025-11-03 16:39:27 +08:00
parent 7e9d761251
commit 5b218d5f9d
8 changed files with 62 additions and 61 deletions

View File

@@ -7,6 +7,6 @@ int main() {
Log_debug("This is a debug message");
Log_warning("This is a warning message%s", "123");
destroyDefaultLogger();
loggingDestroyAll();
return 0;
}