Add file logger and fix log level output (#9)
All checks were successful
Build ptprnt / build (push) Successful in 1m45s

Improve logging output

Reviewed-on: #9
This commit is contained in:
2023-11-19 13:27:20 +00:00
parent cd15930e1d
commit d8b70e5d56
8 changed files with 41 additions and 15 deletions

View File

@@ -30,6 +30,7 @@ namespace ptprnt {
class IPrinterDriver {
public:
virtual ~IPrinterDriver() = default;
virtual const std::string_view getDriverName() = 0;
virtual const std::string_view getName() = 0;
virtual const std::string_view getVersion() = 0;