xrechnung-kit API reference

NullLogger
in package
implements LoggerInterface

FinalYes

Table of Contents

Interfaces

LoggerInterface
PSR-3 compatible subset used by the core pipeline.

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> = []
Attributes
#[Override]

info()

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

warning()

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

        
On this page

Search results