dokan-dev / dokan-java

Dokan Java Wrapper
GNU Lesser General Public License v3.0
51 stars 28 forks source link

Remove logging framework as general dependecy #19

Closed infeo closed 5 years ago

infeo commented 5 years ago

Version: 1.0.0

Currently the slf4j logging framework is standard dependecy and used in the code. Since dokan-java is a library used for bigger projects we should be framework agnostic regarding logging and just throw appropiate exceptions, which can at a higher level.

infeo commented 5 years ago

closed with 93cb766