php-vips

DebugLogger
in package
implements LoggerInterface Uses LoggerTrait

A simple logger, handy for debugging. See Main::setLogger().

Tags
category

Images

author

John Cupitt jcupitt@gmail.com

copyright

2016 John Cupitt

license

https://opensource.org/licenses/MIT MIT

link
https://github.com/jcupitt/php-vips

Interfaces, Classes, Traits and Enums

LoggerInterface

Table of Contents

log()  : void
Logs with an arbitrary level.

Methods

log()

Logs with an arbitrary level.

public log(mixed $level, string $message[, array<string|int, mixed> $context = [] ]) : void
Parameters
$level : mixed
$message : string
$context : array<string|int, mixed> = []
Return values
void

Search results