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:
@@ -29,8 +29,8 @@
|
||||
namespace libusbwrap {
|
||||
class UsbDevice : public IUsbDevice {
|
||||
public:
|
||||
UsbDevice(libusb_context* ctx, libusb_device* dev);
|
||||
~UsbDevice();
|
||||
explicit UsbDevice(libusb_context* ctx, libusb_device* dev);
|
||||
~UsbDevice() override;
|
||||
|
||||
// delete copy ctor and assignment
|
||||
UsbDevice(const UsbDevice&) = delete;
|
||||
|
Reference in New Issue
Block a user