aboutsummaryrefslogtreecommitdiff
path: root/tests/LoggerTest.php
AgeCommit message (Collapse)Author
2020-05-11fix: tests for Windowsn-peugnet
2020-05-11fix: log file was not closedn-peugnet
2020-04-25feat: warning, info & debug directly a throwablen-peugnet
2020-04-25fix: Logger::exception didn't print the error positionn-peugnet
2020-04-21feat: Logger throws Exceptions instead of dien-peugnet
added FilesTests for future files related tests
2020-04-21feat: add Logger class to log catched errorsn-peugnet
Previously, if Sentry was not enabled, the Exceptions weren't logged anywhere. I expect you to use this class in the future @vincent-peugnet !