PocketMine-MP 5.27.1 git-9af3cde03fabbe4129c79e46dc87ffa0fff446e6
|
Public Attributes | |
const | ALERT = "alert" |
const | CRITICAL = "critical" |
const | DEBUG = "debug" |
const | EMERGENCY = "emergency" |
const | ERROR = "error" |
const | INFO = "info" |
const | NOTICE = "notice" |
const | WARNING = "warning" |
Definition at line 18 of file LogLevel.php.
const LogLevel::ALERT = "alert" |
Definition at line 20 of file LogLevel.php.
const LogLevel::CRITICAL = "critical" |
Definition at line 21 of file LogLevel.php.
const LogLevel::DEBUG = "debug" |
Definition at line 26 of file LogLevel.php.
const LogLevel::EMERGENCY = "emergency" |
Definition at line 19 of file LogLevel.php.
const LogLevel::ERROR = "error" |
Definition at line 22 of file LogLevel.php.
const LogLevel::INFO = "info" |
Definition at line 25 of file LogLevel.php.
const LogLevel::NOTICE = "notice" |
Definition at line 24 of file LogLevel.php.
const LogLevel::WARNING = "warning" |
Definition at line 23 of file LogLevel.php.