xrechnung-kit API reference

LoggerInterface

PSR-3 compatible subset used by the core pipeline.

The full PSR-3 \Psr\Log\LoggerInterface is a superset; consumers can pass any PSR-3 logger via a thin adapter (the framework adapter packages do exactly this).

Table of Contents

Methods

error()  : void
info()  : void
warning()  : void

Methods

error()

public error(string $message[, array<string, mixed> $context = [] ]) : void
Parameters
$message : string
$context : array<string, mixed> = []

info()

public info(string $message[, array<string, mixed> $context = [] ]) : void
Parameters
$message : string
$context : array<string, mixed> = []

warning()

public warning(string $message[, array<string, mixed> $context = [] ]) : void
Parameters
$message : string
$context : array<string, mixed> = []

        
On this page

Search results