Documentation

Swift_Plugins_Loggers_EchoLogger
in package
implements Swift_Plugins_Logger

Prints all log messages in real time.

Tags
author

Chris Corbyn

Interfaces, Classes and Traits

Swift_Plugins_Logger
Logs events in the Transport system.

Table of Contents

$isHtml  : mixed
Whether or not HTML should be output
__construct()  : mixed
Create a new EchoLogger.
add()  : mixed
Add a log entry.
clear()  : mixed
Not implemented.
dump()  : string
Not implemented.

Properties

$isHtml

Whether or not HTML should be output

private mixed $isHtml

Methods

__construct()

Create a new EchoLogger.

public __construct([bool $isHtml = true ]) : mixed
Parameters
$isHtml : bool = true
Return values
mixed

add()

Add a log entry.

public add(string $entry) : mixed
Parameters
$entry : string
Return values
mixed

clear()

Not implemented.

public clear() : mixed
Return values
mixed

dump()

Not implemented.

public dump() : string
Return values
string

Search results