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