LogProviderInterface
in
Interface that defines the methods required for a logging provider.
Tags
Table of Contents
Methods
- renderLog() : string
- Renders a log as a HTML table.
- writeLine() : void
- Writes a line of data to the log.
Methods
renderLog()
Renders a log as a HTML table.
public
renderLog(array<string|int, mixed> $cols) : string
Parameters
- $cols : array<string|int, mixed>
-
The headings to use when rendering the log.
Tags
Return values
stringwriteLine()
Writes a line of data to the log.
public
writeLine(array<string|int, mixed> $line) : void
Parameters
- $line : array<string|int, mixed>