Closed fedorovsergey closed 1 month ago
Changed argument type in method write() $record was an array, now it requires LogRecord object, in level property stored the numeric representation of level (100, 200 etc). Will use getName() to write 'DEBUG' 'WARNING' etc
They never stop coming with new ones, thanks!
Changed argument type in method write() $record was an array, now it requires LogRecord object, in level property stored the numeric representation of level (100, 200 etc). Will use getName() to write 'DEBUG' 'WARNING' etc