PHP 클래스 pocketmine\plugin\PluginLogger

상속: implements AttachableLogger
파일 보기 프로젝트 열기: ClearSkyTeam/ClearSky

공개 메소드들

메소드 설명
__construct ( pocketmine\plugin\Plugin $context )
addAttachment ( LoggerAttachment $attachment )
alert ( $message )
critical ( $message )
debug ( $message )
emergency ( $message )
error ( $message )
getAttachments ( )
info ( $message )
log ( $level, $message )
logException ( Throwable $e, $trace = null )
notice ( $message )
removeAttachment ( LoggerAttachment $attachment )
removeAttachments ( )
warning ( $message )

메소드 상세

__construct() 공개 메소드

public __construct ( pocketmine\plugin\Plugin $context )
$context pocketmine\plugin\Plugin

addAttachment() 공개 메소드

public addAttachment ( LoggerAttachment $attachment )
$attachment LoggerAttachment

alert() 공개 메소드

public alert ( $message )

critical() 공개 메소드

public critical ( $message )

debug() 공개 메소드

public debug ( $message )

emergency() 공개 메소드

public emergency ( $message )

error() 공개 메소드

public error ( $message )

getAttachments() 공개 메소드

public getAttachments ( )

info() 공개 메소드

public info ( $message )

log() 공개 메소드

public log ( $level, $message )

logException() 공개 메소드

public logException ( Throwable $e, $trace = null )
$e Throwable

notice() 공개 메소드

public notice ( $message )

removeAttachment() 공개 메소드

public removeAttachment ( LoggerAttachment $attachment )
$attachment LoggerAttachment

removeAttachments() 공개 메소드

public removeAttachments ( )

warning() 공개 메소드

public warning ( $message )