setasign\SetaPDF2\Signer\ValidationRelatedInfo

LoggerInterface Interface for the logger

File: /SetaPDF v2/Signer/ValidationRelatedInfo/LoggerInterface.php
Old class name (alias): \SetaPDF_Signer_ValidationRelatedInfo_LoggerInterface

Implemented in

Summary

Methods

decreaseDepth()

abstract public LoggerInterface::decreaseDepth (
void
): $this

This decreases the depth level which should be forward to new log entry instances.

increaseDepth()

abstract public LoggerInterface::increaseDepth (
void
): $this

This increases the depth level which should be forward to new log entry instances.

By a "depth" value it is possible to visualize the process in more detailed levels.

log()

abstract public LoggerInterface::log (
string $message,
array $context = array ( )
): $this

Log a message.

Parameters
$message : string
 
$context : array