You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a new method for outputting the added string to the Buffer;
Transferred percentages - now they are displayed not after the animation, but after the message of the entry (at the end of the string);
Added a new entry type category:
AdditionalEntryTypes:
hint;
tip;
important;
attention;
caution;
danger.
Deprecated:
Removing the initialization string is marked as deprecated method, but available for use.
Performance:
Adding an entry has been optimized - now after adding an entry to the Logger Buffer, instead of updating the entire output to the console, a new method is used that outputs a new string to the console, however, all other wrapper methods of the Logger over the Buffer continue to update the entire output;