levels.php 290 B

12345678910111213
  1. <?php
  2. return [
  3. 'all' => 'Todos',
  4. 'emergency' => 'Emergência',
  5. 'alert' => 'Alerta',
  6. 'critical' => 'Crítico',
  7. 'error' => 'Erro',
  8. 'warning' => 'Aviso',
  9. 'notice' => 'Notícia',
  10. 'info' => 'Informação',
  11. 'debug' => 'Debug',
  12. ];