Add file logger and fix log level output (#9)
All checks were successful
Build ptprnt / build (push) Successful in 1m45s
All checks were successful
Build ptprnt / build (push) Successful in 1m45s
Improve logging output Reviewed-on: #9
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user