- plugin functionality added
- Logging adapted to use the .configure property file git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@178 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
This commit is contained in:
6
java/.configure
Normal file
6
java/.configure
Normal file
@@ -0,0 +1,6 @@
|
||||
# enable or disable logging
|
||||
ch.ntb.usb/debug = true
|
||||
# set and configure individual loggers here
|
||||
# the format is: projectName/debug/<loggerX> = <logger name>/<log level>
|
||||
ch.ntb.usb/debug/logger0 = ch.ntb.usb/OFF
|
||||
ch.ntb.usb/debug/logger1 = ch.ntb.usb.test/INFO
|
||||
Reference in New Issue
Block a user