SetaPDF_Signer_ValidationRelatedInfo_LoggerInterface Interface for the logger

File: /SetaPDF v2/Signer/ValidationRelatedInfo/LoggerInterface.php

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 SetaPDF_Signer_ValidationRelatedInfo_LoggerInterface::log (
string $message [, array $context = array ( ) ]
): SetaPDF_Signer_ValidationRelatedInfo_LoggerInterface

Log a message.

Parameters
$message : string
 
$context : array