Class codemix\streamlog\Target

Inheritancecodemix\streamlog\Target » yii\log\Target

A log target for streams in URL format.

Public Properties

Hide inherited properties

PropertyTypeDescriptionDefined By
$url string The URL to use. codemix\streamlog\Target

Public Methods

Hide inherited methods

MethodDescriptionDefined By
export() Writes a log message to the given target URL codemix\streamlog\Target

Property Details

$url public property

The URL to use. See http://php.net/manual/en/wrappers.php for details.

public string $url null

Method Details

export() public method

Writes a log message to the given target URL

public void export ( )
throws \yii\base\InvalidConfigException

if unable to open the stream for writing