1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-28 19:14:04 +01:00
Commit Graph

9 Commits

Author SHA1 Message Date
Thomas Portelange
4112a1880b add formatted key in ArrayAccess for LogRecord (#1886)
since $record['formatted'] is a legal syntax, it should not be flagged by static analysis tools like phpstan
2024-06-28 11:05:04 +02:00
Jordi Boggiano
b56faa67a0 Expand code a bit 2024-06-28 11:01:50 +02:00
Christoph Dreis
3ba77d1d39 Use fully-qualified name for native functions (#1887) 2024-06-28 10:45:25 +02:00
Jordi Boggiano
1dacc790b9 Remove LevelName enum in favor of a Level::getName method, fixes #1667 (#1668) 2022-05-10 11:15:16 +02:00
Jordi Boggiano
2695fa86cd CI fixes 2022-04-19 22:16:53 +02:00
Jordi Boggiano
2d006a8472 Convert level/levelName to enums (#1656) 2022-04-19 21:49:03 +02:00
Jordi Boggiano
22c8b19358 Add LogRecord class, drop PHP <8.1 2022-03-21 14:18:53 +01:00
Jordi Boggiano
e289293a7c PHPStan fixes 2022-03-14 13:03:53 +01:00
Jordi Boggiano
93369fd88f Add LogRecord interface for forward compatibility 2022-03-14 12:41:50 +01:00