@alterior/logging
Advanced tools
Changelog
v3.5.2
@/runtime
: ExecutionContext.current.application
is now available before altOnInit
runsChangelog
v3.5.1
@/logging
: Logger.current
does not use the Logger
instance configured in application injectorChangelog
v3.5.0
@/di
: inject()
now supports skipSelf
, self
, and optional
options.@/web-server
@/fastify
Changelog
🚀3.1.12
@/logging
: It is now possible to change the configured log listeners on the fly@/terminal
: Introducing the TerminalUI
class which can be used to create real-time terminal UI applicationsChangelog
🚀3.1.6
@/annotations
: Fixes a bug where method decorators would be misapplied if the name of the method was the same as the name of a method of the Array class