PocketMine-MP 5.21.2 git-a6534ecbbbcf369264567d27e5ed70f7f5be9816
|
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.