Skip to content

Releases: mintUI9976/ConsoleLine

1.0.6

23 Oct 19:40
Compare
Choose a tag to compare
update build.gradle

1.0.5

23 Oct 19:36
Compare
Choose a tag to compare
update build.gradle - update version to 17

1.0.4

18 Oct 07:11
Compare
Choose a tag to compare

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