Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence de la classe LogLevel

Champs de données

const EMERGENCY = 'emergency'
 
const ALERT = 'alert'
 
const CRITICAL = 'critical'
 
const ERROR = 'error'
 
const WARNING = 'warning'
 
const NOTICE = 'notice'
 
const INFO = 'info'
 
const DEBUG = 'debug'
 

Description détaillée

Describes log levels.

Documentation des champs

◆ ALERT

const ALERT = 'alert'

Référencé par AbstractLogger\alert().

◆ CRITICAL

const CRITICAL = 'critical'

Référencé par AbstractLogger\critical().

◆ DEBUG

const DEBUG = 'debug'

Référencé par AbstractLogger\debug().

◆ EMERGENCY

const EMERGENCY = 'emergency'

Référencé par AbstractLogger\emergency().

◆ ERROR

const ERROR = 'error'

Référencé par AbstractLogger\error().

◆ INFO

const INFO = 'info'

Référencé par AbstractLogger\info().

◆ NOTICE

const NOTICE = 'notice'

Référencé par AbstractLogger\notice().

◆ WARNING

const WARNING = 'warning'

Référencé par AbstractLogger\warning().


La documentation de cette classe a été générée à partir du fichier suivant :