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()

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

increaseDepth()

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 ( )
): \SetaPDF_Signer_ValidationRelatedInfo_LoggerInterface

Log a message.

Parameters
$message : string
 
$context : array