Closed pesse closed 5 years ago
Adds some simple logging to cli. Does basically this:
######################### utPLCSL cli ######################### # # # utPLSL-cli 3.1.3-SNAPSHOT.local # # utPLSQL-java-api 3.1.3-SNAPSHOT.123 # # Java-Version: 1.8.0_171 # # ORACLE_HOME: C:\app\client\sani\product\12.2.0\client_1 # # # # Thanks for testing! # # # ############################################################### Successfully connected to database. UtPLSQL core: v3.1.2.2130 Oracle-Version: 12.2.0.1.0 Running tests now. --------------------------------------
Basic logging can be turned off via -q or --quiet Additional, extensive, non-pretty logging can be turned on via -d or --debug
-q
--quiet
-d
--debug
Fixes #89 Fixes #76
Adds some simple logging to cli. Does basically this:
Basic logging can be turned off via
-q
or--quiet
Additional, extensive, non-pretty logging can be turned on via-d
or--debug
Fixes #89 Fixes #76