Skip to content

0.5.2 - Better error logging and custom log channel locations

Latest
Compare
Choose a tag to compare
@KyLeggiero KyLeggiero released this 20 Nov 06:22
· 2 commits to production since this release
efdee02

Big changes this time!

  • New CombinedLoggable and CombinedLogMessage to combine two messages in one log line
  • Added new log channel location: .custom, which takes one function that you can use to implement your own location
  • Replaced the confusing minimum log severity with a semantic LogSeverityFilter
  • Removed a bunch of odd log severity names. If you want these, feel free to implement them yourself - it's just a couple lines 😁
  • Added LoggableError to aide in logging errors
  • It now depends on FunctionTools for the new custom log channel location

Patch Changes

  • 0.5.1 - Bumped LazyContainers to 4.0.0 #16
  • 0.5.2 - Changed LazyContainers URL to the current one #18