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
): \SetaPDF_Signer_ValidationRelatedInfo_LoggerInterfaceThis decreases the depth level which should be forward to new log entry instances.
increaseDepth()
abstract public LoggerInterface::increaseDepth (
void
): \SetaPDF_Signer_ValidationRelatedInfo_LoggerInterfaceThis 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_LoggerInterfacearray $context = array ( )
Log a message.
Parameters
- $message : string
- $context : array