GlueDev / laravel-stackdriver

Enables logging, tracing and error reporting to Google Stackdriver for Laravel
MIT License
47 stars 26 forks source link

Define level of errors? #15

Closed cerw closed 4 years ago

cerw commented 4 years ago

Hi there,

WOrks great loving the tracing bit! With error login is there way we can define level? Erorr, notice etc?

thanks

DiederikvandenB commented 4 years ago

No. Google's error reporting simply catches your exceptions and logs them.

For logging it of course is possible, using Laravel's standard logging levels.