subfission / cas

Simple CAS Authentication for Laravel 5 - 10.
MIT License
153 stars 72 forks source link

Implement new log options #130

Closed dstepe closed 6 months ago

dstepe commented 6 months ago

Allows choice of using Laravel log, logging to a given file path, or disabling logging.

Providing an alternate implementation of LogFactory allows full control of the LoggerInterface instance used.