Skip to content

v1.2.0

Compare
Choose a tag to compare
@MasterOdin MasterOdin released this 19 Aug 02:56
· 6 commits to master since this release
  • Add new setLoggerEnabled function to enable / disable logger. Logger is enabled by default
  • Add new debug, info, warn, and error log methods. They use levels 2, 1, 0, and -1 respectively
  • Add new getLogLevel method to get currently set log level
  • Fix type file not exporting function declarations
  • Fix typo in setLogLevel function declaration in type file