Commit Graph

19 Commits

Author SHA1 Message Date
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 2025-09-28 00:47:08 -05:00
Adam Honse
0d6ae64b24 Update hueplusplus dependency to 1.2.0 2025-02-14 23:16:53 -06:00
Dmitry K
894d792e23 Config option to limit the number of log files 2025-01-22 13:55:36 +00:00
Adam Honse
02db89f7fc Add settings option to enable/disable logging to file, default to enabled 2025-01-05 16:32:32 -06:00
Adam Honse
a7c400bc65 Update yet more file header comments to standardized new format 2024-05-03 21:56:32 -05:00
Dmitry K
b409b5f7cc Added support for unicode paths (filesystem::path approach) 2023-01-18 06:02:55 +00:00
TheRogueZeta
d19f186198 Correct type casting on log prints 2022-05-31 01:04:26 -07:00
TheRogueZeta
6b1e217afa Fix GPU print messages to use capital letters 2021-12-05 06:08:37 +00:00
TheRogueZeta
f1c2a1eb3f Update GPU deivce logging to use common string 2021-12-02 05:53:27 +00:00
Adam Honse
f1e7ea298f Add LL_DIALOG log level, which can trigger the GUI to show a message box containing the log message 2021-11-07 12:28:59 -06:00
Adam Honse
b39a1269f7 Return LL_TRACE for getLogLevel when log console is enabled 2021-11-05 19:31:51 -05:00
Adam Honse
b94663aa03 Disable log console by default, add a setting in LogManager settings section to enable it 2021-10-06 19:16:11 -05:00
morg
8de3928080 Add console page 2021-10-06 23:34:52 +00:00
TheRogueZeta
9f858e1826 Add SubVendor filtering to SMBus controllers 2021-09-17 03:54:50 +00:00
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>
2021-07-21 00:52:01 +00:00
Alex
4af8614fce Add formated loging for device detection
Commits merged and amended for code style by Adam Honse <calcprogrammer1@gmail.com>
2021-07-05 03:23:34 -05:00
k1-801
1fdd4379a7 Small adjustments in LogManager 2021-03-24 11:39:26 -05:00
k1-801
f1d6c2953d Logger tweaks
Commit amended for code style and minor cleanup by Adam Honse <calcprogrammer1@gmail.com>
2021-03-23 20:20:52 -05:00
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>
2021-03-05 14:57:53 -06:00