ARCANEDEV/LogViewer

How to get errors count

abdosaeedelhassan opened this issue · 2 comments

something like: Log::emergency->count()

thank you

Try log_viewer()->total(\Psr\Log\LogLevel::EMERGENCY)

it worked, thank you