Adam Honse
c71cc4f18a
Change SPDX license identifier from GPL 2.0 only to GPL 2.0 or later, as the original LICENSE file includes an or later clause at the end so the file headers were incorrect
7 months ago
Adam Honse
37cd743315
Clean up comment formatting in LogManager and StringUtils cpp files
10 months ago
Dmitry K
894d792e23
Config option to limit the number of log files
1 year ago
morg
59e303c882
Add missing tags in logs
1 year ago
morg
309d25e047
Remove useless ResourceManager include
1 year ago
Adam Honse
02db89f7fc
Add settings option to enable/disable logging to file, default to enabled
1 year ago
Adam Honse
a7c400bc65
Update yet more file header comments to standardized new format
2 years ago
Dmitry K
b409b5f7cc
Added support for unicode paths (filesystem::path approach)
3 years ago
Adam Honse
f1e7ea298f
Add LL_DIALOG log level, which can trigger the GUI to show a message box containing the log message
5 years ago
Adam Honse
b39a1269f7
Return LL_TRACE for getLogLevel when log console is enabled
5 years ago
Adam Honse
b94663aa03
Disable log console by default, add a setting in LogManager settings section to enable it
5 years ago
morg
8de3928080
Add console page
5 years ago
morg
70024faabd
Reviews log messages, fixed some typos and ensure consistency
5 years ago
B Horn
a1dcf7c1cf
Using <chrono> to measure time in the LogManager
...
`clock()`, which was used previously, behaves differently on various platform.
So switching to this lets us use a standard part of the language which
avoids this.
Signed-off-by: B Horn <b@horn.uk>
5 years ago
Alex
4c41a8834d
Fix some logging mistake
5 years ago
Alex
4af8614fce
Add formated loging for device detection
...
Commits merged and amended for code style by Adam Honse <calcprogrammer1@gmail.com>
5 years ago
k1-801
abfb6ea22d
Tiny fixups (server conn info leak closed, log va leak closed, config dir optimized)
...
Commit amended for code style by Adam Honse <calcprogrammer1@gmail.com>
5 years ago
k1-801
ad2cd89128
Add filesystem header to select between std::filesystem and std::experimental::filesystem depending on system availability.
...
Commit amended by Adam Honse <calcprogrammer1@gmail.com>
5 years ago
Adam Honse
a5a9482206
Fix log folder creation on MacOS
5 years ago
k1-801
1fdd4379a7
Small adjustments in LogManager
5 years ago
k1-801
f1d6c2953d
Logger tweaks
...
Commit amended for code style and minor cleanup by Adam Honse <calcprogrammer1@gmail.com>
5 years ago
k1-801
ca11939277
Add LogManager and add log messages for the detection process
...
Commit amended for code style and to remove unrelated changes by Adam Honse <calcprogrammer1@gmail.com>
5 years ago