mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-09 17:44:01 -07:00
[Doxygen] Newline.
Took 2 minutes
This commit is contained in:
parent
aa04accfab
commit
3c452a7146
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ inline Q_LOGGING_CATEGORY(ExampleCategory, "cockatrice_example_category");
|
||||||
inline Q_LOGGING_CATEGORY(ExampleSubCategory, "cockatrice_example_category.sub_category");
|
inline Q_LOGGING_CATEGORY(ExampleSubCategory, "cockatrice_example_category.sub_category");
|
||||||
|
|
||||||
in .cpp
|
in .cpp
|
||||||
|
|
||||||
qCInfo(ExampleCategory) << "Info level logs are usually sent through the main category"
|
qCInfo(ExampleCategory) << "Info level logs are usually sent through the main category"
|
||||||
qCDebug(ExampleSubCategory) << "Debug level logs are permitted their own category to allow selective silencing"
|
qCDebug(ExampleSubCategory) << "Debug level logs are permitted their own category to allow selective silencing"
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue