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 :
- PrintText(string text, bool IncludeDateTime = true)
- PrintInfo(string info, bool IncludeDateTime = true)
- PrintWarning(string warning, bool IncludeDateTime = true)
- PrintError(string error, bool IncludeDateTime = true)
- PrintDebug(string error, bool IncludeDateTime = true)
- 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.