levels.php 303 B

12345678910111213
  1. <?php
  2. return [
  3. 'all' => 'Wszystkie',
  4. 'emergency' => 'Awaryjne',
  5. 'alert' => 'Alerty',
  6. 'critical' => 'Krytyczne',
  7. 'error' => 'Błędy',
  8. 'warning' => 'Ostrzeżenia',
  9. 'notice' => 'Warte uwagi',
  10. 'info' => 'Informacje',
  11. 'debug' => 'Debug',
  12. ];