SetaPDF_Signer_ValidationRelatedInfo_Logger The standard logger implementation

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

Class hierarchy

Implements

Summary

Properties

$_depth

Current depth.

$_directOutput

The flag that defines whether a log message is output directly.


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

Log a message.

Parameters
$message : string
 
$context : array
 

setDirectOutput()

public SetaPDF_Signer_ValidationRelatedInfo_Logger::setDirectOutput (
boolean $directOutput
): void

Set a flag that defines whether a log message is output directly.

Parameters
$directOutput : boolean