AppserverIo\Appserver\Core\Api\Node\LoggerNode::getType PHP Method

getType() public method

Returns information about the system loggers class name.
public getType ( ) : string
return string The system loggers class name
    public function getType()
    {
        return $this->type;
    }