PHP 클래스 Swift_Plugins_Loggers_EchoLogger, Halite

저자: Chris Corbyn
상속: implements Swift_Plugins_Logger
파일 보기 프로젝트 열기: HaliteChallenge/Halite 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( boolean $isHtml = true ) Create a new EchoLogger.
add ( string $entry ) Add a log entry.
clear ( ) Not implemented.
dump ( ) Not implemented.

메소드 상세

__construct() 공개 메소드

Create a new EchoLogger.
public __construct ( boolean $isHtml = true )
$isHtml boolean

add() 공개 메소드

Add a log entry.
public add ( string $entry )
$entry string

clear() 공개 메소드

Not implemented.
public clear ( )

dump() 공개 메소드

Not implemented.
public dump ( )