PocketMine-MP 5.21.2 git-a6534ecbbbcf369264567d27e5ed70f7f5be9816
Loading...
Searching...
No Matches
LogLevel Interface Reference
+ Collaboration diagram for LogLevel:

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"
 

Detailed Description

Definition at line 18 of file LogLevel.php.

Member Data Documentation

◆ ALERT

const LogLevel::ALERT = "alert"

Definition at line 20 of file LogLevel.php.

◆ CRITICAL

const LogLevel::CRITICAL = "critical"

Definition at line 21 of file LogLevel.php.

◆ DEBUG

const LogLevel::DEBUG = "debug"

Definition at line 26 of file LogLevel.php.

◆ EMERGENCY

const LogLevel::EMERGENCY = "emergency"

Definition at line 19 of file LogLevel.php.

◆ ERROR

const LogLevel::ERROR = "error"

Definition at line 22 of file LogLevel.php.

◆ INFO

const LogLevel::INFO = "info"

Definition at line 25 of file LogLevel.php.

◆ NOTICE

const LogLevel::NOTICE = "notice"

Definition at line 24 of file LogLevel.php.

◆ WARNING

const LogLevel::WARNING = "warning"

Definition at line 23 of file LogLevel.php.


The documentation for this interface was generated from the following file: