Skip to content

Commit

Permalink
Add note on logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaytay committed May 10, 2022
1 parent 1dd2121 commit 5ffb32c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,10 @@ Do not use the colours or fonts from the sample below, they hurt the eyes.
}
}
}
```
```

# Logging
The streaming-xlsx-writer currently does no logging.
This is because it doesn't actually do many calculations and the unit test coverage is pretty good for them so I thought it best to remove the dependency.

I'm not very fixed to this position, if you can think of a use for logging please file an issue and I will put slf4j back in (no other logging facades will be considered).

0 comments on commit 5ffb32c

Please sign in to comment.