#65 cli options for setting loglevel;

defining a default cli output
This commit is contained in:
Andreas Penski (init) 2020-08-13 15:11:46 +02:00
parent a41336e9cf
commit 46fff79fe2
9 changed files with 509 additions and 349 deletions

View file

@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- read saxon XdmNode with InputFactory
- [CLI] custom output without the various log messages
- [CLI] options to set the log level (`-X` = full debug output, `-l <level>` set a specific level)
### Changed
- InputFactory has methods to read any java.xml.transform.Source as Input not only StreamSources