LdapTools\Operation\Invoker\LdapOperationInvokerTrait::logStart PHP Method

logStart() protected method

Start a logging operation.
protected logStart ( LogOperation $log = null )
$log LdapTools\Log\LogOperation
    protected function logStart(LogOperation $log = null)
    {
        if ($this->shouldLog($log)) {
            $this->logger->start($log->start());
        }
    }