Skip to content

Feature update

Compare
Choose a tag to compare
@Nakama3942 Nakama3942 released this 30 Jun 19:34
· 23 commits to master since this release

Documenting:

  • Updated documentation.

Enhancements:

  • Made the background field a global setting;
  • Added the ability to change global settings and read them while the Logger is running;
  • Added settings arguments to the "simple" Logger constructor;
  • Hid the "mighty" Logger, but it can be used via the might() method;
  • Prohibited the creation of more than one "simple" Logger object, but "simple" and "mighty" Loggers can coexist, since "simple" uses "mighty" and is not inherited.