Releases: contributte/logging
Releases · contributte/logging
v0.6.3
Bumped! 🏺
Diff: v0.6.2...v0.6.3
Changes:
Maintenance:
- update composer to v2 in CI [6594358] (@petrparolek)
- fixed composer link [353e955] (@petrparolek)
- Composer: allow codesniffer [4350a7d] (@f3l1x)
v0.6.2
Bumped! 🌴
Diff: v0.6.1...v0.6.2
Changes:
- Readme: improvements [ba7885d] (@f3l1x)
- Codestyle: improvements (#47) [4a509b3] (@petrparolek)
- Docs: typo [closes #48] [2b926f8] (@f3l1x)
- Fix error reported by PHPStan [8850aeb] (@petrparolek)
- Allow tracy/tracy 2.9.x [ae10f29] (@petrparolek)
- Upgrade PHPStan [a109120] (@petrparolek)
v0.6.1
v0.6.0
v0.3.1
v0.5.0
Bump! 🧛
Diff: v0.4.1...v0.5.0
Changes:
- phpstan v0.12 (@radimvaculik)
- sentry 2.0 (@radimvaculik)
- slack improvements (@voda)
- sendmail improvements (@voda)
v0.4.1
v0.4.0
v0.3.0
Bump! 🥕
Diff: v0.2.2...v0.3.0
Changes:
-
lots of bc breaks (added typehints to interface)
-
support only 2.5.x tracy
-
TracyLoggingExtension
- keep original Tracy Logger in DIC with different key logging.originalLogger
-
SendMailLogger
- not filter only Exception [#22]
- sending also string messages with critical/error/exception priority (as in the original Logger)
- configurable priority
-
SentryLogger
- removed final
- added priority level
- sending also string messages with critical/error/exception priority
- configurable priority
-
FileLogger
- renamed from ExceptionFileLogger (because it does not log only exceptions but.log)
-
NullLogger
- with Tracy/ILogger interface [#10]
-
Utils
- used static methods formatLogLine,formatMessage from original Tracy\Logger