Releases: mintUI9976/ConsoleLine
Releases · mintUI9976/ConsoleLine
1.0.6
1.0.5
update build.gradle - update version to 17
1.0.4
command system
- references to CommandArguments
- no command register, it will be registered by Reflection
custom exception
- references to RuntimeException
log system
- references to FileWriter
- can be activated or deactivated
- log path
- log filename
event system
- input
- thread able - by set thread size
- period - set as long
- messages will be written into log file
- output
- output stream will be written into log file
- error
- error stream will be written into log file
builder system
- terminal can be created by builder principle
string color system
- native Jline3 AttributedStringBuilder , AttributedStyle integration