Neuron-PHP

Base
in package
implements IFormat

AbstractYes

Table of Contents

Interfaces

IFormat
Log formatting interface for the Neuron logging system.

Methods

format()  : string
getContextString()  : string
valueToString()  : string
Converts a value to string representation for logging.

Methods

format()

public abstract format(Data $data) : string
Parameters
$data : Data
Return values
string

getContextString()

protected getContextString(array<string|int, mixed> $contextList) : string
Parameters
$contextList : array<string|int, mixed>
Return values
string

valueToString()

Converts a value to string representation for logging.

protected valueToString(mixed $value) : string
Parameters
$value : mixed
Return values
string

        
On this page

Search results