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.
[x] Remove logging in the library classes
[x] Change the scope of the logging framework to a test dependency
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.