3. [Configuration](#configuration)
4. [Develop with Tests](#develop-with-tests)
5. [Architecture](#architecture)
+6. [Debugging](#debugging)
## Dependencies
kds_s2000w_net --> kds_s2000w_handler
kds_s2000w_handler --> kds_s2000w_client
end
+```
+
+## Debugging
+
+I hope you do not need debugging.
+The following debug level is available:
+
+| Level | No |
+|-------|----|
+| OFF | 0 |
+| FATAL | 1 |
+| ERROR | 2 |
+| WARN | 3 |
+| INFO | 4 |
+| DEBUG | 5 |
+| ALL | 6 |
+
+example debug output with xsane:
+
+```bash
+KDS_S2000W_NET_DEBUG=6 xsane
```
\ No newline at end of file