Page MenuHomeIsabelle/Phabricator

final class DrydockTextLogType
Phabricator Technical Documentation (Drydock)

Simple convenience log type for logging arbitrary text.

Drydock logs can be given formal types, which allows them to be translated and filtered. If you don't particularly care about fancy logging features, you can use this log type to just dump some text into the log. Maybe you could upgrade to more formal logging later.

Methods

public function getLogTypeName()

This method is not documented.
Return
wild

public function getLogTypeIcon($data)

This method is not documented.
Parameters
array$data
Return
wild

public function renderLog($data)

This method is not documented.
Parameters
array$data
Return
wild

final public function setViewer($viewer)
Inherited

This method is not documented.
Parameters
PhabricatorUser$viewer
Return
wild

final public function getViewer()
Inherited

This method is not documented.
Return
wild

final public function setLog($log)
Inherited

This method is not documented.
Parameters
DrydockLog$log
Return
wild

final public function getLog()
Inherited

This method is not documented.
Return
wild

final public function getLogTypeConstant()
Inherited

This method is not documented.
Return
wild

final public static function getAllLogTypes()
Inherited

This method is not documented.
Return
wild

final public function renderLogForText($data)
Inherited

This method is not documented.
Parameters
$data
Return
wild

final public function renderLogForHTML($data)
Inherited

This method is not documented.
Parameters
$data
Return
wild

final protected function renderHandle($phid)
Inherited

This method is not documented.
Parameters
$phid
Return
wild

final protected function renderHandleList($phids)
Inherited

This method is not documented.
Parameters
array$phids
Return
wild