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é
|
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' |
Describes log levels.
const ALERT = 'alert' |
Référencé par AbstractLogger\alert().
const CRITICAL = 'critical' |
Référencé par AbstractLogger\critical().
const DEBUG = 'debug' |
Référencé par AbstractLogger\debug().
const EMERGENCY = 'emergency' |
Référencé par AbstractLogger\emergency().
const ERROR = 'error' |
Référencé par AbstractLogger\error().
const INFO = 'info' |
Référencé par AbstractLogger\info().
const NOTICE = 'notice' |
Référencé par AbstractLogger\notice().
const WARNING = 'warning' |
Référencé par AbstractLogger\warning().