IntegratorEventLogger implements IntegratorLogger
FinalYes
Table of Contents
Interfaces
Methods
- logErrors() : mixed
- logInfo() : mixed
- logMethodErrors() : void
- logMethodInfo() : void
Methods
logErrors()
public
logErrors(array<string|int, mixed> $errors) : mixed
Parameters
- $errors : array<string|int, mixed>
logInfo()
public
logInfo(string $message[, array<string|int, mixed> $params = [] ]) : mixed
Parameters
- $message : string
- $params : array<string|int, mixed> = []
logMethodErrors()
public
logMethodErrors(string $method, string $status, array<string|int, mixed> $errors) : void
Parameters
- $method : string
- $status : string
- $errors : array<string|int, mixed>
Tags
logMethodInfo()
public
logMethodInfo(string $method, string $status, string $message[, array<string|int, mixed> $params = [] ]) : void
Parameters
- $method : string
- $status : string
- $message : string
- $params : array<string|int, mixed> = []