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
stringgetContextString()
protected
getContextString(array<string|int, mixed> $contextList) : string
Parameters
- $contextList : array<string|int, mixed>
Return values
stringvalueToString()
Converts a value to string representation for logging.
protected
valueToString(mixed $value) : string
Parameters
- $value : mixed