AppserverIo\Appserver\Core\Api\Node\SystemLoggerNode::getProcessors PHP Method

getProcessors() public method

Returns the array with all registered processors.
public getProcessors ( ) : array
return array The registered processors
    public function getProcessors()
    {
        return $this->processors;
    }