19 Commits (9a6ff775453c04c538a8cb6915ac8b82eda9304c)

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 7 months ago
Adam Honse 0d6ae64b24 Update hueplusplus dependency to 1.2.0 1 year ago
Dmitry K 894d792e23 Config option to limit the number of log files 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
TheRogueZeta d19f186198 Correct type casting on log prints 4 years ago
TheRogueZeta 6b1e217afa Fix GPU print messages to use capital letters 4 years ago
TheRogueZeta f1c2a1eb3f Update GPU deivce logging to use common string 4 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
TheRogueZeta 9f858e1826 Add SubVendor filtering to SMBus controllers 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 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 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