Skip to content

v1.0.8564

Latest
Compare
Choose a tag to compare
@ShayanFiroozi ShayanFiroozi released this 13 Jun 12:34
· 15 commits to master since this release

✔ 1.1.8564 ( 2023-06-13 )

➕ Add Symbolic Styles Text for Console (Only alphabets and numbers are available).

➕ Add FastConsole feature to print message(s) very easy :

  1. PrintText(string text, bool IncludeDateTime = true)
  2. PrintInfo(string info, bool IncludeDateTime = true)
  3. PrintWarning(string warning, bool IncludeDateTime = true)
  4. PrintError(string error, bool IncludeDateTime = true)
  5. PrintDebug(string error, bool IncludeDateTime = true)
  6. PrintException(Exception exception, bool IncludeDateTime = true, bool JsonFormat = true)
  • Update TestApp to test the FastConsole feture.
  • Add "ToJsonFormat()" and "ToStringFormat()" extension methods to the "Exception" class.
  • Add "public FluentConsoleBuilder Write(Exception exception, bool JsonFormat = true)" method.
  • Fix "WriteLine(List IntegerList, bool formatted = false)" method.